在CSS样式中,text-indent样式属性是指段落的(__)。[请填写四个中文汉字]
举一反三
- 在CSS样式中,text-indent指段落的( )。
- 下面代码使用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}
- 当单个页面文档需要特殊的样式时,应该使用(__)式样式表。[请填写两个中文汉字]
- 定义在css文件夹中的样式layout.css,在站点根目录中的网页引用该样式文件,写法正确的是( ) 未知类型:{'options': ['[link ="css/layout.css" rel="stylesheet" type="text/css"/]', '[link href="layout.css" rel="stylesheet" type="text/css"/]', '[link href="css/layout.css" rel="stylesheet" type="text/css"/]', '[link href="css/layout.css" /]'], 'type': 102}
- 在XML文档中加入样式单处理指令,下面语法正确的是( )。 未知类型:{'options': ['[xml-stylesheet type="text/css" href="stylesheetURL" ]', '[?xml-stylesheet type="text/css" href="stylesheetURL" ?]', '[?xml-stylesheet type="text/css" href="stylesheetURL" ]', '[?xml-stylesheet type="text/css" href="stylesheetURL" /]'], 'type': 102}