可以将html页面设计为
//some words for WWW
<html>
<body class="sss">
//some words of WWW
<html>
<body class="sss">
</body>
</html>
</body>
</html>
我的意思是页面中嵌套的html。这是我第一次看到它,我相信它永远不会有利,但是设计页面的方式有多可能和多么糟糕?
答案 0 :(得分:3)
请改为:
<!-- some words for WWW -->
<html>
<head>
...
</head>
<body class="sss">
<iframe src="http://www.yourwebsite.com">
</body>
</html>
答案 1 :(得分:0)
如果您需要加载其他HTML页面,请使用iFrame。这是针对www标准的