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>
- <p><h2>1 Inleiding</h2></p>
- <p>
- 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>
- </p>
- <p>
- De HTML-code is opgebouwd uit tags. Tags staan tussen <br />
- < en >
- </p>
- <h2>2 Opbouw HTML</h2>
- <h3>Structuur van de tekst</h3>
- <h4>3.1 Alinea</h4>
- <h4>3.2 Koppen</h4>
- <h4>3.3 Nieuwe regel</h4>
- <h4>3.4 Horizontale letter</h4>
- <p>
- <FONT font size = "-7" color="red" font face="Comic Sans MS"> Hieronder staat een gecentreerde horizontale lijn van 50%</FONT>
- </p>
- <center><hr width="50%"></center>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment