The min attribute specifies the minimum value for an element.. This element only includes the global attributes. It's strictly informative. For Internet Explorer 11 and lower, it's suggested that an ARIA role of "main" be added to the
element to ensure it is accessible (screen readers like JAWS, used in combination with older versions of Internet Explorer, understand the semantic meaning of the
element when this role attribute is included). The
tag specifies the main content of a document. An HTML element is set off from other text in a document by "tags", which consist of the element name surrounded by "<" and ">". The main content area consists of content that is directly related to or expands upon the central topic of a document, or the central functionality of an application. Prefer using the
element over declaring role="main", unless there are legacy browser support concerns. Content that is repeated across a set of documents or document sections such as sidebars, navigation links, copyright information, site logos, and search forms shouldn't be included unless the search form is the main function of the page. The