Answers for "how do we write comments in html5?"

0

comments in html

<!-- a comment in html that esey to see -->
Posted by: Guest on September-19-2021
-1

html comments

If you want to make a comment in html, you do this

<!-- This is a comment --> This is outside the comment

This is useful if you want to make notes in your code:

<a href="https://www.google.com">Google</a> <!-- This link sends the user to Google -->
Posted by: Guest on April-21-2022

Browse Popular Code Answers by Language