HTML comment after </html>

Is it safe for most modern browsers or will it turn into a huge abomination?

eg:

<html>
<head>
<title>Please work</title>
</head>
<body>
My Awesome Body
</body>
</html>
<!-- Generated in 1.337 seconds -->
+5
source share
3 answers

My guess is that as long as you hold the ad DOCTYPEat the very top of the page, you should not have problems posting comments anywhere.
Although, it is better to always try different browsers.

+7
source

Try checking it with HTML validator

+1
source

, , html. html- <html> , . . html-

0

All Articles