Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>My First HTML Page</title>
- </head>
- <body>
- <h1 align="center">Example of Text related tags</h1>
- <b>I am bold tag</b><br/>
- <u>I am underline tag</u><br/>
- <em>I am emphasized tag</em><br/>
- <small>I am small tag</small><br/>
- <del>13000</del>
- <ins>I am ins tag</ins><br/>
- <h2>H<sub>2</sub>O</h2>
- <h2>3<sup>5</sup></h2>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment