Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可以将html页面设计为
//some words for WWW <html> <body class="sss"> //some words of WWW <html> <body class="sss"> </body> </html> </body> </html>
我的意思是页面中的嵌套html。这是我第一次看到它,我相信它永远不会有利,但是以这种方式设计页面有多大可能和有多糟糕?
改为这样做:
<!-- some words for WWW --> <html> <head> ... </head> <body class="sss"> <iframe src="http://www.yourwebsite.com"> </body> </html>
如果您需要加载另一个 HTML 页面,请使用 iFrame。这违反了 www 标准