You are not logged in.

#1 2015-09-14 06:46:10

husnain
User RankUser RankUser RankUser RankUser RankUser Rank
Administrator
From: Chichawatni,Pakistan
Registered: 2014-10-03
Posts: 8,129
Website

Comments in HTML:

HTML Comments:


The comment tags <!-- and --> are used to insert comments in HTML file.

Example:


<p>This is a paragraph.</p>
<!-- Add your comment here. -->

<!-- Do not display this at the moment
<img border="0" src="abcfile.jpg" alt="Name">
-->

Conditional Comments:


<!--[if IE 8]>
    .... some HTML coding here if you want ....
<![endif]-->


You cannot discover the new oceans unless you have the courage to lose the sight of the shore.

2015-09-14 06:46:10

Advertisement
Ads By Google

Re: Comments in HTML:



\n

Board footer