A.<hr>B.<font>C.<hn>D.<a>
单项选择题在HTML语言中,标题标记用<hn>…< hn>表示,下面()显示的字体最大。
A.<h2>…</h2>B.<h3>…</h3>C.<h4>…</h4>D.<h5>…</h5>
单项选择题下列超链接语句的格式,正确的是()。
A.<a href="www,baidu.com">百度</a>B.<a url="http://www,baidu.com">百度</a>C.<a href="http://www,baidu.com">百度</a>D.<a name="http://www,baidu.com">百度</a>
单项选择题下列()表示id名为content的元素中,字体是粗体。
A.contert {font-weight:bold;}B.p {font-weight:bold;}C.#content{font-weight:bold;}D..content{font-weight:bold;}
单项选择题样式表定义.nav {color:red}表示()。
A.nav标签是红色的B.id为nav的标签内容为红色C.应用了类名为nav的标签内容为红色D.以上任意一个都可以
单项选择题css中相对定位的代码正确的是()。
A.position:static;B.position:relative;C.position:absolute;D.position:fiexed;