I'm getting a crazy set of errors. I'm using Bootstrap code and have not edited it. So why is this showing an error?
A
link
element with asizes
attribute must have arel
attribute that contains the valueicon
or the valueapple-touch-icon
.
…
Bad value
banner
for attributerole
on elementnav
.
To see the same thing live, go to https://validator.w3.org/nu and enter: www.iqtests4kids.com/
Looks like the Validator is happier with:
instead of
And for the other error, you can make the Validator happy by altering the offending
role="banner"
setting to"role=navigation"
:either leaving it in and living with the resulting 'Warning' or omit the value completely (the best solution) and the Validator will be happy :)