index.html中竟然没有body标签,但是在网页上呈现出来的页面有body标签,请问为什么? Without `<body></body>` in `index.html` , but in the browser, we can see `<body><body/>`, why?
index.html中竟然没有body标签,但是在网页上呈现出来的页面有body标签,请问为什么?
Without
<body></body>inindex.html, but in the browser, we can see<body><body/>, why?