Header Ads Widget

Responsive Advertisement

Ticker

6/recent/ticker-posts

HTML Paragraphs

 HTML Paragraphs: A paragraph always starts on a new line, and is usually a block of text.


 <!DOCTYPE html>  
 <html>  
 <body>  
 <p>This is a paragraph.</p>  
 <p>This is a paragraph.</p>  
 <p>This is a paragraph.</p>  
 </body>  
 </html>  
Out put: This is a paragraph. This is a paragraph. This is a paragraph.





Post a Comment

0 Comments