Advertisement
rodolpheg

Untitled

Jan 31st, 2021
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Ma page</title>
  5. <meta charset="UTF-8">
  6. </head>
  7. <body>
  8. <h1>Un gros titre</h1>
  9. <h2>Un moins gros titre</h2>
  10. <h3>Un titre moins gros encore</h3>
  11. <p>Le <em>contenu</em> d’<b>un <u>paragraphe</u></b></p>
  12. <ol><li>Éléments</li><li>d’une</li><li>liste</li></ol>
  13. <a href="https://www.google.com">Google</a>
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement