Home Html Paragraph in HTML



Paragraph in HTML
Posted on: December 3, 2008 at 12:00 AM
The Paragraph in HTML are defined inside the

and

Paragraph in HTML

     

The Paragraph in HTML are defined inside the <p> and </p. tags.

Understand with Example

The Tutorial illustrates an example from Paragraph in HTML.In this Tutorial, the HTML code begin with a <html.> tag, The <head>tag follows the <html>tag, which  include a <title>tag, that contain the title of the paragraph. 

<p> :The paragraph in HTML are defined inside the HTMLThis contain the contents of HTML Page.

Example:

<html>
<head><title>Example on the use of Paragraphs in HTML</title></head>
<body>

<p>This is my first paragraph.<br/>
It describes how to use HTML.</p> 

<p>This is my second paragraph. This describes the basic tags used in HTML.<br/>
Html is useful in creating web pages.</p>

</body>
</html>

HTML automatically adds an extra blank line before and after a paragraph.

Output shown in the Browser window will be like this- Result

Download

Related Tags for Paragraph in HTML:
htmlidetagsgraphtagiddefineeparagraphinmlmparsidsidedefinedshtmandarssthapfinnd


More Tutorials from this section

Ask Questions?    Discuss: Paragraph in HTML  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.