Answers for "https how to comment out in html"

-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