HTML and CSS Table Reference

HTML Content Sectioning Tags

Tag Name Description
<address> Address element indicates that the enclosed HTML provides contact information for a person or people, or for an organization.
<article> Article element represents a self-contained composition in a document, page, application, or site, which is intended to be independently distributable or reusable (e.g., in syndication).
<aside> Address element represents a portion of a document whose content is only indirectly related to the document's main content
<footer> Address element represents a footer for its nearest sectioning content or sectioning root element. A footer typically contains information about the author of the section, copyright data or links to related documents.
<header> Address represents introductory content, typically a group of introductory or navigational aids. It may contain some heading elements but also a logo, a search form, an author name, and other elements
<h1>, <h2>, <h3>, <h4>, <h5>, <h6> Address represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest.
<address> Address represents a multi-level heading for a section of a document. It groups a set of <h1>–<h6> elements
<address> Address represents the dominant content of the body of a document. 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.
<address> Address represents a section of a page whose purpose is to provide navigation links, either within the current document or to other documents. Common examples of navigation sections are menus, tables of contents, and indexes.
<address> Address represents a standalone section — which doesn't have a more specific semantic element to represent it — contained within an HTML document.

Important CSS Properties

Property Name Description
<address> Address Description