Advertisement
Guest User

HTML special characters

a guest
Apr 21st, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <pre>
  2. &lt;html&gt;
  3. &lt;head&gt;
  4. &lt;meta charset=&quot;UTF-8&quot; /&gt;
  5. &lt;title&gt;
  6. HTML Preformatted Text
  7. &lt;/title&gt;
  8. &lt;/head&gt;
  9. &lt;body&gt;
  10. &lt;h1&gt;
  11. HTML Preformatted Text
  12. &lt;/h1&gt;
  13. &lt;p&gt;
  14. Hello, World!
  15. &lt;/p&gt;
  16. &lt;/body&gt;
  17. &lt;/html&gt;
  18. </pre>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement