Paragraph tag

2- paragraph tag 

-----Description-----


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-input

<!DOCTYPE html> 
<html> 
<head> 
<meta name="viewport" content="width=device-width, initial-scale=1"> 
<title>Paragraph Tag</title> 
</head> 
<body> 
<p>This is the First Paragraph </p> 
<p>This is the Second Paragraph </p> 
<p>This is the Fourth Paragraph </p> 
<p>This is the Fifth Paragraph </p> 
</body> 
</html>

Output

This is the First Paragraph 
This is the Second Paragraph  
This is the Fourth Paragraph 
This is the Fifth Paragraph 


Comments

Popular posts from this blog

Fish effect

Bulb cool Effect