Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML>
- <html>
- <title>Paragraphs</title>
- <head>
- <body>
- <h1>
- <p>First Paragraph</p>
- </h1>
- <h2>
- <p>Second Para</p>
- </h2>
- <h3>
- <p><b>Another Para</b></p>
- </h3>
- <strong> STRONG BABY </strong>
- <b><br> B tag </br><b>
- <i> I tag </i>
- <br><u> U tag </u></br>
- <em> EM tag </em>
- <sup><br> Sup tag</br></sup>
- <pre> PRE TAG </pre>
- </body>
- </head>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment