Is there any use of code at all for moving between </head> and <body>?

I'm just trying to clear my code by removing any unwanted spaces, and in doing so, I was going to remove the gap between the tag </head>and my<body>

So it looks like this:

</head>
<body>

Instead of this:

</head>

<body>

but since I was going to do this, I was wondering if there is any code that could be useful in between this space? or is it no go zone?

Or will it be acceptable only to leave notes?

+3
source share
2 answers

Invalid HTML-layout to accommodate any tags directly in the cell <html>, with the exception of <head>, <body>and comments.

, . , , - , . , 5 ASCII (, <body> 4 , "space space space newline" ), .

+7

html. , . W3C validato r, .

0

All Articles