Sunday, 26 June 2016

HTML Comment Tag

HTML Comment Tag
<!-- This is a comment -->

Example:-
<!DOCTYPE html>
<html>
<body>

<!-- <p>This is a paragraph.</p> -->

</body>

</html>

No comments:

Post a Comment