我想學習在HTML中使用框架集。所以,我和一位朋友開了一個小網站。 在下面的頁面(index.html)中,我收到第13行的錯誤:「頭部標籤雜散結束」。爲什麼我得到這個錯誤?標籤頭的雜散結尾
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Metal's page</title>
<frameset cols = "20%,*" frameborder = "0">
<frame src = "pages/menu.html">
<frameset rows = "10%,*" frameborder = "0">
<frame src = "pages/title.html">
<frame name = "main" src = "index.html">
</frameset>
</frameset>
</head>
<body bgcolor = red>
<br/><br/><br/>
<p>Hello, my name is Mihai, but one of my best friend call me "Metal". This is our web page. Enjoy!</p>
<br/><br/>
</body>
</html>
網站地址:metalblog.besaba.com 謝謝!
我跟着一個教程,說我需要把頭框架 – 2014-10-29 17:48:53
你能鏈接我們的教程嗎? – codepuncher 2014-10-29 17:54:32