Anosha Ahmedβ’ 9,300
@anoshaahmed
Posted
To avoid accessibility and HTML issues in the future:
- wrap everything in your body in <main>
- start your headings with h1 and move up by one level each time
- give your <img> tags an alt=""
- style your <img> in css, not in html. for example the height.
Good job!
Marked as helpful
0