lemuelmgsn / the-startup-responsive-interactieve-website

Maak een herontwerp voor de blogpagina van grrr.tech
https://lemuelmgsn.github.io/the-startup-responsive-interactieve-website/
MIT License
0 stars 0 forks source link

Section zonder H element #8

Closed xxdaniquee closed 9 months ago

xxdaniquee commented 9 months ago

`

Hey! We're GRRR, a Creative Digital Agency based in Amsterdam.

Welcome to our tech blog, where we share our thoughts and experiments.

</section>`

https://github.com/lemuelmgsn/the-startup-responsive-interactieve-website/blob/55cae7242012124a88c78c76d647c901ee646c69/index.html#L26C5-L28C15

In deze section heb je geen H element gebruikt. Er zijn 2 opties om dit op te lossen:

  1. Een H element toevoegen
  2. Een div ervan maken.

Hier is meer info :) https://www.w3docs.com/snippets/html/what-is-the-difference-between-section-and-div-elements.html

lemuelmgsn commented 9 months ago

https://github.com/lemuelmgsn/the-startup-responsive-interactieve-website/blob/689443359ca71648f270d9aaa2741746c7c6b4b7/index.html#L28-L37

Ik heb de nu section veranderd in een header. Daarnaast heb ik de volgende section wel een h1 gegeven.