以下哪个标签不是 HTML 5 的语义化标签()。
A: <header></header>
B: <section></section>
C: <marquee></marquee>
D: <article></article>
A: <header></header>
B: <section></section>
C: <marquee></marquee>
D: <article></article>
举一反三
- 以下哪个标签不是 HTML5 的语义化标签() A: <header> B: <section> C: <marquee> D: <article>
- 以下代码正确的是 A: <marquee>文本<marquee>例如:<marquee direction=“right”>欢迎光临我的网站<marquee> B: <marquee direction="up">文本</marquee> C: <marquee scrollamount=“3”文本 /marquee> D: <marquee behavior=“alternate”文本</marquee>
- 在HTML文档中,用于表示页面标题的标记对是_____。 A: < head >< /head > B: < header >< /header > C: < title >< /title > D: < caption >< /caption >
- 滚动文本每添加一个属性,就要添加一个<marquee>。例如:<marquee direction="up" ><marquee behavior="alternate">欢迎光临我的网站!</marquee></marquee> A: 正确 B: 错误
- html 中的注释标签是( ) A: <-- --> B: <--! --> C: <!-- --> D: <-- --!>