Friday, 20 May 2016

Html comment

HTML Comment Tags
<!-- This is a comment -->

<p>This is a paragraph.</p>

<!-- Remember to add more information here -->
Conditional Comments
<!--[if IE 8]>
.... some HTML here ....
<![endif]-->
Software Program Tags.
HTML comments tags can also be generated by various HTML software programs.

For example <!--webbot bot--> tags wrapped inside HTML comments by FrontPage and Expression Web.

As a rule, let these tags stay, to help support the software that created them.

0 comments: