Social Icons

Wednesday, January 30, 2013

Paragraphs of HTML

Paragraphs are defined with the <p> tag 

Examples : 

<html>
<body>

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

</body>
</html>

Result : 

This is a paragraph.
This is a paragraph.
This is a paragraph.

No comments:

Post a Comment