Web Designing...

Web Designing...

Wednesday, February 10, 2016

HTML Paragraphs

HTML Paragraphs
HTML paragraphs are defined with the <p> tag:
  
<!DOCTYPE html>
   <html>
     <body>
        <p>This is a paragraph.</p>
        <p>This is a paragraph.</p>
        <p>This is a paragraph.</p>
     </body>

  </html>

No comments:

Post a Comment