HTML Comment <!-- --> tag
Usage
For adding comments to your HTML code. Will not be visible to the user.
Example
Code:
<html>
<body>
<!-- Welcome the visitor -->
Welcome to my web page!
</body>
</html>
Required Attributes
- none
Optional Attributes
- none