要使网页文档的内容与浏览器的左边留出50px空白,需要给body标记增加()属性设置。
A. left="50px"
B. leftmargin="50px"
C. topmagin="50px"
D. margin="50px"
查看答案
设置body显示信息颜色为红色的属性是()。
A. text
B. color
C. bgcolor
D. background
设置网页被搜索工具检索的关键字是通过设置meta标记的()属性来实现
A. name="keywords"
B. content="keywords"
C. name="description"
D. content="description"
要使网页文档的内容与浏览器的顶部留出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)"