Toggle navigation
Genres
Frontend (2)
JavaScript (6)
Database (2)
Linux Server (3)
Web Apps (4)
Misc (4)
Search
List
New Tutorials
Last Modified Tutorials
</>
Code examples
code
smiko
frontend
html
examples
head
05script_comment.html
05script_comment.html
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>HTML SCRIPT with comment</title> <script><!-- document.write('Some text from javascript!'); --></script> </head> <body> </body> </html>
Reload page
Preview
W3C validation
Edit Code