Quote:
Originally Posted by LeadMagnet
It's pretty simple, you never closed your 'a' tag.
Elements are tags. Any tag you open needs to be closed e.g.
HTML Code:
<a>is closed with</a>
or self-closed e.g.
HTML Code:
<br/>
<img src="whatever.jpg"/>
|
Thank you for your help with that, I've just corrected it all, and now it is validating correctly.