HTML Comment Tags
Conditional Comments
Software Program Tags.
<!-- This is a comment -->
<p>This is a paragraph.</p>
<!-- Remember to add more information here -->
<p>This is a paragraph.</p>
<!-- Remember to add more information here -->
<!--[if IE 8]>
.... some HTML here ....
<![endif]-->
.... some HTML here ....
<![endif]-->
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.
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:
Post a Comment