求答案,在线等!

MASTERPROSER 2005-09-01 09:27:16
11)CSS的定义规则是如下的形式:
selector {property:value; property:value; ...}
请问selector都有哪几种( ⒀ )
12)按照CSS的"box-oriented"格式化布局模型,content、padding、border以及margin区域从外往里排列的顺序应该是( ⒁ )
13) 当CSS定义的HTML tag、class、ID以及style等样式规则互相冲突时,优先级从高到低的排列顺序是( ⒂ )
14)假设在HTML中有这么一段代码:
<P>The color of first line is red<br>
The color of second line is blue
</P>
在该HTML中加上怎样的CSS代码,能达到下面的效果( ⒃        )
The color of first line is red (红色)
The color of second line is blue (蓝色)

...全文
141 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
gaochao79 2005-09-01
  • 打赏
  • 举报
回复
<span style="color:..."></span>
fengzi0924 2005-09-01
  • 打赏
  • 举报
回复
14)定义样式 red和blue,
<font class="red">The color of first line is red</font> (红色)
<font class="blue">The color of second line is blue</font> (蓝色)

61,112

社区成员

发帖
与我相关
我的任务
社区描述
层叠样式表(英文全称:Cascading Style Sheets)是一种用来表现HTML(标准通用标记语言的一个应用)或XML(标准通用标记语言的一个子集)等文件样式的计算机语言。
社区管理员
  • HTML(CSS)社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧