# HTML Basics ### HTML tags [![image-1662914139884.png](https://www.roc.ovh/uploads/images/gallery/2022-09/scaled-1680-/image-1662914139884.png)](https://www.roc.ovh/uploads/images/gallery/2022-09/image-1662914139884.png) ### Self closing tags #### (voorbeelden)
#### **Tag** #### Betekenis
#### **<br>** of **<br />** #### naar volgende regel
#### **<img>** of **<img />** #### plaatje invoegen
#### **<meta>** of **<meta />** #### informatie over pagina
#### **<hr>** of **<hr />** #### horizontale lijn
#### **<input>** of **<input />** #### vraag gebruiker om input
### Link [![image-1662914211836.png](https://www.roc.ovh/uploads/images/gallery/2022-09/scaled-1680-/image-1662914211836.png)](https://www.roc.ovh/uploads/images/gallery/2022-09/image-1662914211836.png)