Header and Footer are strings of text that are placed at the(75) of each page of a document.
A.left or right
B.up or down
C.above or below
D.top or bottom
第1题:
为了保证各页面格调统一并增强页面的可维护性,应在各页面中使用引用语句来包含相同效果的展示代码,如header、footer等()
第2题:
阅读下面的程序, int x=3,y=4,z=5; String s=”xyz” label1.Text=s+x+y+z; 程序的运行结果为
A.xyz12
B.xyz345
C.xyzxyz
D.12xyz
第3题:
下列哪个样式中设置了行高属性?
A.#footer { background: #d1dce3; height: 50px; line-height: 50px; text-align: center; }#B.#nav { padding-top: 3px; }#C.#header,#nav,#banner,#main,#footer{ margin:0px auto; width:950px; }#D.#main { padding: 10px 0px; }第4题:
为了保证各页面格调统一并增强页面的可维护性,应在各页面中使用引用语句来包含相同效果的展示代码,如header、footer等
第5题:
下列哪个CSS样式可以设置背景图片水平填充?
A.body{ background:url(image/bj.jpg) repeat-x ; }
B.#nav { padding-top: 3px; }
C.#header,#nav,#banner,#main,#footer{ margin:0px auto; width:950px; }
D.#main { padding: 10px 0px; }
第6题:
6、()标签表示包含于一个文档、页面、应用程序或网站中的一段独立的内容,可以被独立的发布或者重新使用文章标记标签。
A.<article>
B.<aside>
C.<header>
D.<footer>