Debugging
Apparently, this version of HTML isn't as forgiving. But what specifically is it that the validator doesn't like?
If we scroll down, we see this list of errors:
The first error may seem a bit confusing at first, but it's actually quite simple - if the attribute contains special characters, it must be quoted (it's generally considered good practice to quote your attributes whether or not this is the case).
As for the second error, it's actually pretty simple - the <img> element just needs an alt attrubute.
With these fixed, do you think it will work? Let's find out!
Make the corrections, and click Revalidate
.