填空题 [说明] 以下是HTML语言的部分代码,其中,符号“//”表示该行的注释,请根据注释写出其内容。 <html> <head> <bgsound>{{U}} (1) {{/U}}//表示指向一个与该网页处于同一级web目录下CIU.mp3音乐文件,循环播放10次 <title> </title> </head> <body> </body> </head> <body{{U}} (2) {{/U}}> //背景色为黑色 <font{{U}} (3) {{/U}}></font> //字体大小为10,颜色为白色 </title> </head> <body{{U}} (4) {{/U}}> //表示指向一个与该网页处于同一级web目录下的CIU006,jpg图片文件 </body> …… <head> <title>设置align属性效果</title> </head> <body> <p>本行为默认对齐段落,相当于align=left <{{U}} (5) {{/U}}> //本行为居中对齐的段落 <{{U}} (6) {{/U}}></h1> //本行为居中对齐的一级标题 以下为左对齐的水平线: <hr align=left width=50%> </body> <p> <a{{U}} (7) {{/U}}></a></p> //链接http://www.ciu.net.cn <a href=photo.jpg></a> <title>基本表格</title> </bead> <body> <table{{U}} (8) {{/U}}> //该表格的边宽度为1 </html>
  • 1、
【正确答案】 1、(1)src=CIU.mp3 loop=10    
【答案解析】(2)bgcolor=black (3)size=10 color=white (4)background=CIU006.jpg (5)p align=center (6)h1 align=center (7)href=http://www.ciu.net.cn (8)border=1