CSS内部样式是在______ 部分的 [style] 元素中进行定义。
举一反三
- CSS内嵌样式用<;style>;元素定义样式,然后在HTML部分引用这种样式。
- 下面代码使用HTML元素的id属性,将样式应用于网页上的某个段落:[p id="firstp"]这是第一个段落 以下关于样式规则定义正确的是( )。 未知类型:{'options': ['[style type="text/css"] p{color:red}[/]', '[style type="text/css"]', 'firstp {color:red}</style>', '[style type="text/css"] .firstp {color:red}[/]', '[style type="text/css"] p.firstp {color:red}[/]'], 'type': 102}
- 在HTML元素中使用style属性可以指定该元素的CSS样式,这种应用称为内部样式表。例如: [html] [head] [title]使用行内样式表的例子[/] [/] [body style="background-color: blue;"] 网页的背景为蓝色 [/] </html
- 下面CSS样式的定义方式属于行内式:[style type="text/css"] p { color:red; font-size:14px; line-height:20px; }[/]
- CSS样式可以在HTML的头部定义,此时需使用哪个标记? 未知类型:{'options': ['[java]', '[javascript]', '[style]'], 'type': 102}