Main (role) will be assigned to the section of the web page that contains the main content. A “main†(role) is a landmark role. Usually the “Skip to main content†link targets to this portion of the page. In HTML 5, the <main> tag plays the role of “main†role. Provide the ARIA attribute “role=â€main†to the div that has the main content as shown below.
<div role=â€mainâ€>
Main content goes here
</div>
Next Marquee role