Advertisement
Aykon

Untitled

Mar 22nd, 2023
540
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.87 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 <u>HyperText Markup Language</u>. <b>HTML</b> is helemaal niet moeilijk dankzij de website <i>http://c-sharp.be.</i></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 style="color:red;" face="Tahoma">hieronder staat een gecentreerde horizontale lijn van 50%. Deze tekst staat in het rood, in het lettertype "Tahoma" en in grootte 9</h5></p>
  19.     <hr />
  20.     <!--Dit is commentaar-->>
  21.  
  22. </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement