Does the content displayed on the web page have to be written in the body tag, but if it is not written in, it will also be displayed on the web page? -PHP Chinese website Q&A-Does the content displayed on the web page have to be written in the body tag, but if it is not written in, it will also be displayed on the web page? -PHP Chinese website Q&A
Does the content displayed on the web page have to be written in the body tag, but if it is not written in, it will also be displayed on the web page? -PHP Chinese website Q&A-Does the content displayed on the web page have to be written in the body tag, but if it is not written in, it will also be displayed on the web page? -PHP Chinese website Q&A
Please watch and learn.
Body指明文档主体的开始和结束,在不复杂的html文件中不加body也是可以。
但是严格规范是应该加上的,这不仅是标准,而且是一种严密的习惯,比如script就要求出现在Body标签之后。