Aggrodin

Paragraphs

Sep 29th, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.42 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>
  3. <title>Paragraphs</title>
  4.     <head>
  5.         <body>
  6.             <h1>
  7.             <p>First Paragraph</p>
  8.             </h1>
  9.             <h2>
  10.             <p>Second Para</p>
  11.             </h2>
  12.             <h3>
  13.             <p><b>Another Para</b></p>
  14.             </h3>
  15.             <strong> STRONG BABY </strong>
  16.             <b><br> B tag </br><b>
  17.             <i> I tag </i>
  18.             <br><u> U tag </u></br>
  19.             <em> EM tag </em>
  20.             <sup><br> Sup tag</br></sup>
  21.             <pre> PRE TAG </pre>
  22.         </body>
  23.     </head>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment