QUESTION IMAGE
Question
4 — best practices for web development
learning objective: identify best practices in web development.
an organization that provides services to those with disabilities needs to structure its website so that assistive technologies are able to be used.
what can the web developer do to help ensure this requirement is met?
a.) structure the website using media queries.
b.) use version control when performing code updates.
c.) use semantic tags to establish the connection between the web server and the client to help the technology process requests faster.
d.) structure the website sections using semantic tags.
Semantic tags give meaning to the structure of a web - page. They help assistive technologies like screen - readers understand the content and layout better. Media queries are for responsive design, version control is for code management, and semantic tags don't directly establish a connection for faster request processing between server and client.
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
d. Structure the website sections using semantic tags.