====== 1.1.1. Identify the main regions of the page with the role attribute ====== The main regions of the page must be identified with the ARIA attribute ''role'' (also referred to as landmark role). This attribute has several different values to define the regions, including: * ''role="**banner**"'' to define a content region that identifies the site, such as a banner with a logo, a slogan and/or a search field. * ''role="**search**"'' to define a region for searching, such as a search form. * ''role="**navigation**"'' to define menus or main navigation elements. * ''role="**main**"'' to define the main content region of the page. The ''role'' attribute may be added to any HTML tag such as ''
'', ''
'', ''