HTML/CSS - 18
HTML/CSS - 18: Accessibility (a11y) Best Practices
Learn how to make your websites usable by everyone, including people using screen readers.
👀 Show Solution
<img src="photo.jpg" alt="Description of the image" width="600"> <label for="email">Email Address</label> <input type="email" id="email">
