Open bradystroud opened 3 years ago
cc: @JackLeerson @adamcogan Hi @tiagov8,
CodeAuditor is finding some errors in the HTML where images do not have alt text. https://htmlhint.com/docs/user-guide/rules/alt-require
You can see all the rules with images missing alt text here.
Figure: Image missing alt text
The alt text can be easily added in the Markdown using this syntax:
![Figure: Good figure](https://images.unsplash.com/photo-1491472253230-a044054ca35f)
Thanks,
-Brady
AB#60567
Hey @bradystroud ,
It seems like the very first issue has an issue 🤓 :
See how the syntax seems alright:
https://www.ssw.com.au/rules/login-security-do-you-know-the-correct-error-message-for-an-incorrect-user-name-or-password
Cheers, Tiago
cc: @JackLeerson @adamcogan Hi @tiagov8,
CodeAuditor is finding some errors in the HTML where images do not have alt text. https://htmlhint.com/docs/user-guide/rules/alt-require
You can see all the rules with images missing alt text here.
Figure: Image missing alt text
The alt text can be easily added in the Markdown using this syntax:
Thanks,
-Brady
AB#60567