Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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 -->
Source by www.codegrepper.com #
 
PREVIOUS NEXT
Tagged: #html #comments
ADD COMMENT
Topic
Name
3+6 =