Advertisement
Aykon

Untitled

Mar 22nd, 2023
544
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.68 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta charset="utf-8" />
  5.     <title>Mijn eerste html-code</title>
  6. </head>
  7. <body>
  8.     HTML is niet moeilijk, het is gemakkelijk.
  9.     <p><em>benadruk deze tekst</em></p>
  10.     <p><i>dit staat schuin</i></p>
  11.     <p><b>dit staat vet</b></p>
  12.     <p><strong>goed bezig</strong></p>
  13.     <p><u>onderlijnen</u></p>
  14.     <br />
  15.     <hr />
  16.     <mark>hoe mooi</mark>
  17.     <h1>Titel</h1>
  18.     <h2>Ik ben iets kleiner</h2>
  19.     <h6>mini</h6>
  20.     <p>3m<sup>2</sup></p>
  21.     <p>C<sub>2</sub>H<sub>5</sub>OH</p>
  22.     <p>Mijn favoriete kleur is <del>roze</del>&nbsp;<ins>groen</ins>!</p>
  23.  
  24.     <pre>
  25. Tekst om te        verzinnen
  26. en nu??  ??
  27. </pre>
  28. </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement