正确描述创建一个段落的句法是( )。
A: <P>Paragraph Text</P>
B: <L>Paragraph Text</L>
C: <PR>Paragraph Text</PR>
D: <PRG>Paragraph Text</PRG>
A: <P>Paragraph Text</P>
B: <L>Paragraph Text</L>
C: <PR>Paragraph Text</PR>
D: <PRG>Paragraph Text</PRG>
举一反三
- <p><br/></p><pstyle="white-space:normal;">Lingfoundintroductionsandgreetingswerequite<spanstyle="text-decoration:underline;">easy</span>_______inEnglish</p><pstyle="white-space:normal;"><br/></p><p><br/></p>
- {下面代码使用HTML元素的ID属性,将样式应用于网页上的某个段落:<P id="firstp">这是第一个段落</P>下面选项中,()正确定义了上面代码引用的样式规则。} A: {<style type="text/css">p {color:red}</style>} B: {<style type="text/css"> C: firstp {color:red}</style>} D: {<style type="text/css">.firstp {color:red}</style>} E: {<style type="text/css">p.firstp {color:red}</style>}
- <p><spanstyle="text-decoration:underline;">&nbsp;&nbsp;&nbsp;</span>thereport,manyriversarepollutedinChina.</p><p><br/></p> A: <p>Owingto</p><p><br/></p> B: <p>Accordingto</p><p><br/></p> C: <p>Dueto</p> D: <p>Thanksto</p>
- CSS样式代码如下所示,则选项( )能够实现在页面中将“文本”两个字显示为红色<style type="text/css"> #h1 { color:red; } .title { color:red; }</style>。 A: <p class="title">文本</p> B: <h1>文本</h1> C: <h1 id="title">文本</h1> D: <p name="h1">文本</p>
- 设置链接颜色使用哪种标记?( ) A: <body bgcolor=?> B: <body text=?> C: <body link=?> D: <body vlink=?>