DEV Community

lolleri200
lolleri200

Posted on

Validation error: "End tag header seen, but there were open elements."

Hi,
I keep getting this error even tho I have open and closed all my elements... Does anyone know how to fix this? Code:
https://codeshare.io/5w6V8x

Top comments (4)

Collapse
 
samuelonoja profile image
Samuelonoja • Edited

add another closing section tag before the closing header tag at the end of the file

Collapse
 
lolleri200 profile image
lolleri200

What tag is the closing tag I should add?

Collapse
 
samuelonoja profile image
Samuelonoja

/section before the ending /header

Thread Thread
 
lolleri200 profile image
lolleri200

Ohh thanks :)