问答题
(l) < html >
(2) < title > my home page </title >
(3) <head>
(4) < body bgcolor = "#FFFFFF"text = "#000000" >
(5) <! --thisisaexample>
(6) < frameset rows = "50,50" >
(7) < frame src= "filel. htm">
(8) < frameset cols = "50,50" >
(9) < frame src = ’,file2. htm" >
(10) < frame src = "file3. htm" >
(11) -->
(12) </frameset>
(13) </body>
(14) </head>
(15) </html>
【参考答案】
第一处错误:第(2)行,标识<title>…</title>位置不正确,应把第二行放在第三行后。标识<title>…<......
(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)