HTML Comments

Inserting a comment in html allows us to easily describe what the code does. It is very useful if you will be handing out the code into a developer so that things get easier when it's the time to work for it. The code below is an example on how insert a comment in html.

<-- css stylesheet reference -->
<link href="css/style.css" rel="stylesheet" />

No comments:

Post a Comment