Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

what is the best way to use design images that dont have alternate text…

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.

Explanation:

Brief Explanations

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.

Answer:

B. Load design images with CSS.