To address accessibility concerns, alternative text for icon fonts can be provided using the ________ attribute.
- alt
- description
- icon-alt
- image-text
Accessibility is crucial in web development. Providing alternative text for icon fonts using the 'alt' attribute ensures that users with disabilities can understand the content. It's a fundamental practice for creating inclusive and accessible web applications.
Loading...
Related Quiz
- In CSS, when a variable is not set or its value is invalid, it will return the ________ value.
- The use of __________ in CSS can significantly reduce the size of stylesheets and improve page load times.
- Which value of animation-fill-mode ensures the animation's styles are applied before the animation begins?
- How does the @page rule in CSS for Print influence the printed content?
- In CSS Grid, what is the purpose of the grid-auto-flow property?