What Should Be Avoided
HTML/CSS
<footer style="background-color: #CCCCCC; color: #FFFFFF;">
<p>Contact us at info@company.com</p>
</footer>
Explanation:The chosen colors result in a contrast ratio of approximately 1.1:1, which is far below the minimum requirement, making the text difficult to read for users with visual impairments.