<p> for paragraph

The p element represents a paragraph.

 
<!DOCTYPE HTML> 
<html> 
    <head> 
        <title>Example</title> 
    </head> 
    <body> 
        <p>This is a paragraph.</p> 
        <p><strong>Warning:</strong> This is a another paragraph.</p> 
        <p>My favorite is <i>paragraph</i>. 
    </body> 
</html>
  
Click to view this demo.
Home 
  HTML CSS Book 
    HTML  

Related: