Friday, 17 July 2015

Paragraph Comment Image & Link Tag

<p> Paragraph Tag

A paragraph into web document. HTML paragraph define using <p> tag.

Example-

 <body>

 <p> This is my first Paragraphs </p>

 <p> This is my Second Paragraphs </p>

</body>


HTML Comment Tag

Defines the Comments <!-- Your Comment --> tag.

Example-Code:

 <body>

 <img src="../../jix/abcd.jpeg" width="380" height="70" />  <!--Image File-->

</body>


HTML Images Tag

To display Images into web document. HTML Images are define inside the <img> tag.

Example-Code:

 <body>

 <img src="../../jix/abcd.png" width="380" height="70" />

</body>



HTML Link Tag


Defines the Link in internal or External document. <a> tag is also called anchor tag used for link the
document offline within the page.

Example-

 <body>

 <a href="http://www.newtechtutorials.blogspot.com/">HTML Web Development Tutorial</a>

</body>


Submit Your Site To The Web's Top 50 Search Engines for Free!