Showing posts with label HTML Paragraphs TAG. Show all posts
Showing posts with label HTML Paragraphs TAG. Show all posts

Monday, 30 June 2014

HTML Paragraphs TAG !!


Paragraphs are defined with the <p> tag in the HTML document.
Example:
<p>This is a HTML paragraph</p>
<p>This is another HTML paragraph</p>

Output:
This is a HTML paragraph
This is another HTML paragraph