Aykon

Untitled

Mar 21st, 2023
556
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.71 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta charset="utf-8" />
  5.     <title>Oefening1</title>
  6. </head>
  7. <body>
  8.     <p><h1>HTML</h1></p>
  9.     <p><h2>1 Inleiding</h2></p>
  10.     <p><em>HTML is de afkorting van HyperText Markup Language. HTML is helemaal niet moeilijk dankzij de website http://c-sharp.be.</em></p>
  11.     <p><em>De HTML-code is opgebouwd uit tags. Tags staan tussen < en ></em></p>
  12.     <p><h2>2 Opbouw HTML</h2></p>
  13.     <p><h2>3 Structuur van de tekst</h2></p>
  14.     <p><h4>3.1 Alinea</h4></p>
  15.     <p><h4>3.2 Koppen</h4></p>
  16.     <p><h4>3.3 Nieuwe regel</h4></p>
  17.     <p><h4>3.4 Horizontale lijn</h4></p>
  18.     <p><h5>hieronder staat een gecentreerde horizontale lijn van 50%</h5></p>
  19.     <hr />
  20.  
  21. </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment