CodeLab
Show Output
 
 
 
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
<meta charset="utf-8">
5
<title>Example of HTML Paragraphs</title>
6
</head>
7
<body>
8
   <p>This is a paragraph.</p>  
9
   <p>This is a another paragraph.</p>  
10
 </body>
11
</html>                            
 

Share this example with Facebook, Twitter