Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8" />
- <title>Mijn eerste html-code</title>
- </head>
- <body>
- HTML is niet moeilijk, het is gemakkelijk.
- <p><em>benadruk deze tekst</em></p>
- <p><i>dit staat schuin</i></p>
- <p><b>dit staat vet</b></p>
- <p><strong>goed bezig</strong></p>
- <p><u>onderlijnen</u></p>
- <br />
- <hr />
- <mark>hoe mooi</mark>
- <h1>Titel</h1>
- <h2>Ik ben iets kleiner</h2>
- <h6>mini</h6>
- <p>3m<sup>2</sup></p>
- <p>C<sub>2</sub>H<sub>5</sub>OH</p>
- <p>Mijn favoriete kleur is <del>roze</del> <ins>groen</ins>!</p>
- <pre>
- Tekst om te verzinnen
- en nu?? ??
- </pre>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement