JasperHuyghe

HTMLoef3

Mar 21st, 2023 (edited)
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.82 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.     <p><h2>1 Inleiding</h2></p>
  9.     <p>
  10.         HTML is de afkorting van <i><u>HyperText Markup Language</u></i>.<b>HTML</b> is helemaal niet moeilijk dankzij de website <i>http://c-sharp.be.</i>
  11.     </p>
  12.     <p>
  13.         De HTML-code is opgebouwd uit tags. Tags staan tussen <br />
  14.         < en >
  15.     </p>
  16.     <h2>2 Opbouw HTML</h2>
  17.     <h3>Structuur van de tekst</h3>
  18.     <h4>3.1 Alinea</h4>
  19.     <h4>3.2 Koppen</h4>
  20.     <h4>3.3 Nieuwe regel</h4>
  21.     <h4>3.4 Horizontale letter</h4>
  22.     <p>
  23.         <FONT font size = "-7" color="red" font face="Comic Sans MS"> Hieronder staat een gecentreerde horizontale lijn van 50%</FONT>
  24.  
  25.     </p>
  26.     <center><hr width="50%"></center>
  27.  
  28.  
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment