Previous class
Simple HTML Structure

Paragraph tag

<p> tag 
Uses of <p> tag 

The <p> tag is used to define the HTML paragraph element. 
The paragraph element begins with the <p> tag and ends with the </p> tag. 
The HTML paragraph element should not contain tables and other block elements. 

EXAMPLE 
<p> This is my first paragraph…</p> 
<p> This is my second paragraph…</p>  
<p> This is my third paragraph… </p> 
<p> This is another paragraph…</p>

  • Mark as Completed
  • 151
  • More
Next class
Heading tag
Comments (0)
Login or Join to comment.