Thursday, December 22, 2016

Paragraph tag in HTML - Web Development

Paragraph tag in HTML


            Paragraph tag is an important tag in HTML. It start with <P> end with </P>. It is used to write paragraph in your web page. Paragraph also sometimes used to find the keywords by search engines. Type your paragraph without copied contents. It should be your original content. If you copied the content there is a chance to omit by search engines.

Format of a paragraph in HTML

<P>your paragraph text here</P>

Example HTML code with paragraph:


<HTML>
<HEAD>
<TITLE>Web Development Example</TITLE>
</HEAD>
<BODY>

<H1>DEVELOP A WEBSITE</H1>

<p>This is paragraph definition. Paragraph is used to create a paragraph in your HTML web page. This is an important tag for create web page.</p>

</BODY>
</HTML>

Note : Here, you can see I mentioned paragraph tag in lowercase. We can use both upper and lower cases in tags.


Output of above program is:

Please practice this lesson.... We will continue more in next lessons... Please comment if you have any doubt in these lessons. Thank you by Manikandan.


Our some other useful websites :

To learn php - our php tutorial - http://learnandsharephp.blogspot.com/




To Post free ads - Our Free ads website - http://www.mapofmine.com and http://www.freeadsimple.com 



No comments:

Post a Comment