href = " "
to make this a working validator link:
<a href="https://validator.w3.org/nu/?doc=http://felitaur.com/internet/web/validators.html"> HTML 5 Validator</a>
And you can add an image instead of text between the <a href="...."> </a>
like so:
<a href="http://validator.w3.org/nu/?doc=http://felitaur.com/internet/web/validators.html"> <img src="images/html_5_32x32.png" alt="HTML 5 Validation" /> </a>
If you want to test the CSS 3 Validity of THIS page the link would be:
<a href="https://jigsaw.w3.org/css-validator/validator?uri=http://felitaur.com/internet/web/validators.html"> CSS 3 Validator </a>
The URL for the webaim results for THIS page:
<a href="http://wave.webaim.org/report#/http://felitaur.com/internet/web/validators.html"> Wave Accessibility Test</a>
Page last updated on 20210203