Como se puede resolver este paso? // how can I solve this step?
Sure. It seems like you are not answering all of the question. Read the hint provided, that should help you. It wants you to add an attribute to the first <section>
tag.
the solve is
<section role="region" aria-labelledby="student-info"></section>
but, what “aria-labelledby” mean?
It’s a property used by developers for accessibility reasons. There is more information about ARIA on MDN, and it explains it very well (ARIA - Accessibility | MDN)
1 Like