Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title> My Page </title>
- </head>
- <body>
- <p align="center">
- This text is aligned to center
- </p>
- <p>This is a paragraph</p>
- <p>And I like dogs</p>
- <!--This is a line of text.-->
- <p>This is a <br/> line break</p>
- <p><b>Bold text</b></p>
- <p><i>Italic text</i></p>
- <p><small>Small text</small></p>
- <p><strong>Strong text</strong></p>
- <p><sub>Substripted text</sub></p>
- <p><sup>Superscripted text</sup></p>
- <p><ins>Inserted text</ins><p>
- <hr/>
- <p><del>Deleted text</del></p>
- </body>
- </html>
RAW Paste Data