要使网页文档的内容与浏览器的顶部留出50px空白,需要给body标记增加()属性设置。
A. rightmargin="50px"
B. bottommargin="50px"
C. leftmargin="50px"
D. topmargin="50px"
查看答案
下列设置body标记背景颜色属性值不正确的选项是()。
A. bgcolor="
B. 3344FF"
C. bgcolor="red"
D. bgcolor="rgb(100%,20%,40%)"
E. backgroundcolor="rgb(255,200,103)"
HTML文档的后缀名正确的是()。
A. .html 或.htm
B. .shtml
C. .asp
D. .jsp
设置网页中所有未访问的超链接颜色为蓝色,正确的属性设置是()。
A. vlink="blue"
B. link="blue"
C. alink="blue"
D. text="blue"
要使段落排版为右对齐方式,需要给段落p标记增加()属性设置。
A. align="left"
B. align="center"
C. align="right"
D. align="justify"