Results 241 - 260 of 1,033

<article>

The HTML <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). This could be a forum post, a magazine or newspaper article, a blog entry, an object, or any other independent item of content. Each <article> should be identified, typically by including a heading (<h1>-<h6> element) as a child of the <article> element.
Element HTML HTML sections Reference Web

<aside>

The HTML <aside> element represents a section of the page with content connected tangentially to the rest, which could be considered separate from that content. These sections are often represented as sidebars or inserts. They often contain the definitions on the sidebars, such as definitions from the glossary; there may also be other types of information, such as related advertisements; the biography of the author; web applications; profile information or related links on the blog.
Element HTML HTML sections HTML5 Reference Web

<base>

The HTML <base> element specifies the base URL to use for all relative URLs contained within a document. There can be only one <base> element in a document. 
Element HTML HTML document metadata Reference Web

<basefont>

The HTML basefont element (<basefont>) establishes a default font size for a document. Font size then can be varied relative to the base font size using the <font> element.
Element Élément HTML Obsolete Reference Web

<big>

The HTML Big Element (<big>) makes the text font size one size bigger (for example, from small to medium, or from large to x-large) up to the browser's maximum font size.
Element Élément HTML Obsolete Reference Référence Web

<blink>

The HTML Blink Element (<blink>) is a non-standard element causing the enclosed text to flash slowly.
Deprecated Element HTML Obsolete Reference Web

<blockquote>

The HTML <blockquote> Element (or HTML Block Quotation Element) indicates that the enclosed text is an extended quotation. Usually, this is rendered visually by indentation (see Notes for how to change it). A URL for the source of the quotation may be given using the cite attribute, while a text representation of the source can be given using the <cite> element.
Element HTML HTML:Flow content Reference Web

<body>

The HTML <body> Element represents the content of an HTML document. There can be only one <body> element in a document.
Element HTML Reference Sections sections Web

<center>

The HTML Center Element (<center>) is a block-level element that can contain paragraphs and other block-level and inline elements. The entire content of this element is centered horizontally within its containing element (typically, the <body>).
Element Élément HTML Obsolete Reference Référence Web

<dd>

The HTML <dd> element (HTML Description Element) indicates the description of a term in a description list (<dl>) element. This element can occur only as a child element of a description list and it must follow a <dt> element.
Element HTML HTML grouping content Reference Web

<del>

The HTML Deleted Text Element (<del>) represents a range of text that has been deleted from a document. This element is often (but need not be) rendered with strike-through text.
Element HTML HTML edits Reference Web

<details>

The HTML Details Element (<details>) is used as a disclosure widget from which the user can retrieve additional information.
Element HTML HTML interactive elements Reference Web

<dir>

The HTML directory element (<dir>) represents a directory, namely a collection of filenames.
Element Élément HTML Obsolete Reference Référence Web

<dl>

The HTML <dl> element (or HTML Description List Element) encloses a list of pairs of terms and descriptions. Common uses for this element are to implement a glossary or to display metadata (a list of key-value pairs).
Element HTML HTML grouping content Reference Web

<font>

The HTML Font Element (<font>) defines the font size, color and face for its content.
Element Élément HTML Obsolete Reference Référence Web

<frame>

<frame> is an HTML element which defines a particular area in which another HTML document can be displayed. A frame should be used within a <frameset>.
Deprecated Element Élément HTML Reference Référence Web

<frameset>

<frameset> is an HTML element which is used to contain <frame> elements.
Deprecated Element Élément HTML Reference Référence Web

<head>

The HTML <head> element provides general information (metadata) about the document, including its title and links to its scripts and style sheets.
Element HTML HTML document metadata Reference Web

Heading elements

Heading elements implement six levels of document headings, <h1> is the most important and <h6> is the least. A heading element briefly describes the topic of the section it introduces. Heading information may be used by user agents, for example, to construct a table of contents for a document automatically.
Element HTML HTML sections Reference Web

<html>

The HTML <html> element (or HTML root element) represents the root of an HTML document. All other elements must be descendants of this element.
Element HTML HTML Root Element Reference Web