Results 21 - 40 of 45

<dir>

The HTML directory element (<dir>) represents a directory, namely a collection of filenames.
Element Élément HTML Obsolete Reference Référence 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

<isindex>

<isindex> is an obsolete HTML element that puts a text field in a page for querying the document. <isindex> was providing a single line text input for entering a query string. When sent, the server would return a list of pages matching the query. It supports depended on both the browser and the server to react to the query.
Deprecated Element Élément HTML Reference Référence Web

<listing>

The HTML Listing Element (<listing>) renders text between the start and end tags without interpreting the HTML in between and using a monospaced font. The HTML 2 standard recommended that lines shouldn't be broken when not greater than 132 characters.
Element Élément HTML Obsolete Reference Référence Web

<noframes>

<noframes> is an HTML element which is used to supporting browsers which are not able to support <frame> elements or configured to do so.
Element Élément HTML Reference Référence Web

<spacer>

<spacer> is an HTML element which is used for inserting white spaces to web pages. It was created by NetScape for achieving same effect as a single-pixel layout GIF image, which was something web designers used to use to add white spaces to web pages, without actually using a GIF. However <spacer> is not supported by any major browser and same effects can be created with various CSS rules. In Mozilla applications, support for this element was removed in Gecko 2.0. Therefore usage of <spacer> is unnecessary.
Element Élément HTML Obsolete Reference Référence Web

<strike>

The HTML Strikethrough Element (<strike>) renders text with a strikethrough, or a line through it. This element is obselete in HTML5. Use the <del> instead if the element is marking an edit (deleted text), otherwise use an <s> element.
Element Élément HTML Obsolete Reference Référence Web

<tt>

The HTML Teletype Text Element (<tt>) produces an inline element displayed in the browser's default monotype font. This element was intended to style text as it would display on a fixed width display, such as a teletype. It probably is more common to display fixed width type using the <code> element.
Element Élément HTML Obsolete Reference Référence Web

<xmp>

The HTML Example Element (<xmp>) renders text between the start and end tags without interpreting the HTML in between and using a monospaced font. The HTML2 specification recommended that it should be rendered wide enough to allow 80 characters per line.
Element Élément HTML Obsolete Reference Référence Web

Element.closest()

The Element.closest() method returns the closest ancestor of the current element (or the current element itself) which matches the selectors given in parameter. If there isn't such an ancestor, it returns null.
API DOM Element Experimental Expérimental Élément Method Reference Référence

<acronym>

The HTML Acronym Element (<acronym>) allows authors to clearly indicate a sequence of characters that compose an acronym or abbreviation for a word. This element has been removed in HTML5. Use <abbr> element.
Element Élément HTML HTML:Flow content Obsolete Reference Référence Web

<bgsound>

The HTML Background Sound Element (<bgsound>) is an Internet Explorer element associating a background sound with a page.
Element Élément HTML Non-standard Reference Référence Web

<nobr>

The HTML <nobr> element prevents a text from breaking into a new line automatically, so it is displayed on one long line and scrolling might be necessary. This tag is not standard HTML and should not be used. Instead use the CSS property white-space like this:
Element Élément HTML NeedsCompatTable Non-standard Reference Référence Web

<plaintext>

The HTML Plaintext Element (<plaintext>) renders everything following the start tag as raw text, without interpreting any HTML. There is no closing tag, since everything after it is considered raw text.
Element Élément HTML NeedsCompatTable Obsolete Reference Référence Web

<sub>

The HTML Subscript Element (<sub>) defines a span of text that should be displayed, for typographic reasons, lower, and often smaller, than the main span of text.
Element Élément HTML HTML text-level semantics Reference Référence Web

<sup>

The HTML Superscript Element (<sup>) defines a span of text that should be displayed, for typographic reasons, higher, and often smaller, than the main span of text.
Element Élément HTML HTML text-level semantics Reference Référence Web