QUESTION IMAGE
Question
what is the best way to use design images that dont have alternate text? a you cant use design images in accessible web pages. b load design images with css. c leave out the alternate text. d use placeholder alternate text, such as spaces or hyphens.
When dealing with design images that don't have meaningful alternate text for accessibility - related reasons, loading them with CSS is a good option. Using CSS to load design - only images means they are not part of the semantic content of the page and don't need to have descriptive alt text. Option A is incorrect as design images can be used in accessible web pages if handled properly. Option C is not ideal as leaving out alt text may cause accessibility issues. Option D is also not the best as placeholder alt text can still cause confusion for screen - readers if used inappropriately.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
B. Load design images with CSS.