Which of the following plays a key role in body growth according to the text?
A.Genetic modification.
B.Natural environment.
C.Living standards.
D.Daily exercise.
第1题:
第2题:
【单选题】2、在HTML页面中,表单是与用户交互不可缺少的部分,各种表单元素需要放在()标签之间。
A.<form></form>
B.<body></body>
C.<text></text>
D.<head></head>
第3题:
10、阅读下面代码,段落标签<p>内文本最终显示的颜色是()。 <style type="text/css"> body { color:#333; } #text{ color:#f00; } .content { color:#00f; } .gray { color:#666; } </style> ...... <p id="text" class="content gray">锦瑟无端五十弦,一弦一柱思华年。</p>
A.#f00
B.#00f
C.#666
D.#333
第4题:
第5题:
2、阅读下面HTML代码,段落标签<p>内文本最终显示的颜色是() <style type="text/css"> body { color:#333; } #text{ color:#666; } .content { color:#00f; } .gray { color:#f00; } </style> ...... <p id="text" class="content gray">我本将心向明月,奈何明月照沟渠。</p>
A.#f00
B.#00f
C.#666
D.#333
第6题:
11、阅读下面HTML代码,段落标签<p>内文本最终显示的颜色是()。 <style type="text/css"> body { color:#333; } #text{ color:#666; } .content { color:#00f; } .gray { color:#f00; } </style> ...... <p id="text" class="content gray">我本将心向明月,奈何明月照沟渠。</p>
A.#f00
B.#00f
C.#666
D.#333