Advertisement
piffy

HTML Tag Demo

Aug 1st, 2013
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.32 KB | None | 0 0
  1. <html><head>
  2. <title>Pagina demo</title>
  3. </head>
  4. <body>
  5. <!-- Un esempio di tutti i tag visti finora -->
  6. <h1>Titolo</h1>
  7. <h2>Sottotitolo</h2>
  8. <h3>Occhiello</h3>
  9. <hr>
  10. <p>Testo del paragrafo. Posso andare a capo<br>come e quando<br>mi pare.</p>
  11. <h4>Nota importante</h4>
  12. <h5>Comma</h5>
  13. <h6>Sottocomma</h6>
  14. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement