能够播放音频和视频文件的HTML标记是()。
A: <embed>
B: <marquee>
C: <bgsound>
D: <sound>
A: <embed>
B: <marquee>
C: <bgsound>
D: <sound>
A
举一反三
- 以下代码正确的是 A: <marquee>文本<marquee>例如:<marquee direction=“right”>欢迎光临我的网站<marquee> B: <marquee direction="up">文本</marquee> C: <marquee scrollamount=“3”文本 /marquee> D: <marquee behavior=“alternate”文本</marquee>
- HTML 的标记码是由成对的标记组成,书写格式为( )。 A: </标记> 内容</标记> B: </标记> 内容<标记 C: <标记> 内容<标记> D: <标记> 内容</标记>
- 在HTML标记中,用于表示文件开头的标记是_____。 A. < HTML > B. < TITLE > C. < HEAD > D. < FORM > <title><br/>C.<head><br/>D.<form><br/><br/></form></head></title>
- 指定滚动文字的滚动速度滚动延时正确的标记是( )。 A: <marquee scrollamount="200">...</marqueee> B: <marquee loop="200">...</marqueee> C: <marquee auto="200">...</marqueee> D: <marquee scrolldelay="200">...</marqueee>
- 滚动文本每添加一个属性,就要添加一个<marquee>。例如:<marquee direction="up" ><marquee behavior="alternate">欢迎光临我的网站!</marquee></marquee> A: 正确 B: 错误
内容
- 0
在HTML页面中,应在( )标记中编写JavaScript代码。 A: < javascript >......< /javascript > B: < script >......< /script > C: < head >......< head > D: < body >......< /body >
- 1
在HTML文档中,用于表示页面标题的标记对是_____。 A: < head >< /head > B: < header >< /header > C: < title >< /title > D: < caption >< /caption >
- 2
在HTML中,下面( <br/>)不属于HTML文档的基本组成部分。 A: < STYLE >< /STYTLE > B: < BODY >< /BODY > C: < HTML >< /HTML > D: < HEAD >< /HEAD >
- 3
哪个是JSP指令标记?( ) A: <% …… %> B: <%! …… %> C: <%@ …… %> D: <%= …… %>
- 4
html 中的注释标签是( ) A: <-- --> B: <--! --> C: <!-- --> D: <-- --!>