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