HTML - Main (Content of Body)

About

main 1) is an element that represents the main [[content|content of the body of a document or application.

It has implicitly the main aria role.

To represent the main content, you may also use a more specific element such as article.





Discover More
HTML - (Flow|Body) Content

Most elements that are used in the body of documents and applications are categorized as flow content. Flow content consists of flow elements intermixed with normal character data. (ifbodhead...
HTML - Article Element

article is an element that represents a section of content that forms an independent part of a document or site; For example: a magazine a newspaper article, or a blog entry. This is a more...
HTML - Aside (Content Element)

HTML aside is an element: that indicates content that is only tangentially related to the rest of the content. asideparentheticalsmain content The element can be used for: typographical...
HTML - Palpable content

As a general rule, elements whose content model allows any flow content or phrasing content should have at least one node in its contents: that is palpable content (Can be manipulated ?) and that...
How to create a table of content in HTML ?

This page talks the creation of a Table of content in html. The TOC is created generally with a nav element net below the header of your article (ie main content). The table of content can be added...
XHTML - (WAI-ARIA) Role attribute

The XHTML Role Attribute allows the author to annotate XML Languages with machine-extractable semantic information the purpose of an element. Most of the roles have been defined as part of Accessible...



Share this page:
Follow us:
Task Runner