Thursday, December 27, 2018

Comments for debugging

Comments for debugging:-

<!DOCTYPE html>
<html>
<body>

<!-- Do not display this at the moment
<img border="0" src="picka.jpg" alt="Pikachu">
-->

</body>
</html>

OUTPUT:-


  • Comments are also great for debugging HTML, because you can comment out HTML lines of code, one at a time, to search for errors.

No comments:

Post a Comment

Internal Javascripts

Internal Javascripts :    The script code can be written directly into the HTML document. script code is placed in header of the docume...