单项选择题
A.<thead> B.<tbody> C.<th> D.<tfooter>
在HTML中网页中,如果需要在CSS样式表中设置文本的字体是“隶书”,则需要设置文本的属性()。A.font-...
单项选择题在HTML中网页中,如果需要在CSS样式表中设置文本的字体是“隶书”,则需要设置文本的属性()。
A.font-size B.font-family C.font-style D.face
在HTML中,从本页面连接到页面中锚记是marker位置的正确代码是()。A.〈a href="hello.h...
单项选择题在HTML中,从本页面连接到页面中锚记是marker位置的正确代码是()。
A.〈a href="hello.htm" position="marker"〉Hello〈/a〉 B.〈a href="#marker"〉Hello〈/a〉 C.〈a href="/marker"〉Hello〈/a〉 D.〈a href="hello.htm#marker"〉Hello〈/a〉