# HTML Basics ### HTML tags [](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 |