Results 81 - 100 of 148

<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

<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

<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

nextid

<nextid> is an obsolete HTML element that served to enable the NeXT web designing tool to generate automatic NAME labels for its anchors. It was generated by that web editing tool automatically and was not to be adjusted or entered by hand. This element has the distinction of being the first element to become one of the "Lost Tags" by being eliminated from the official public DTD's of the HTML versions. It is also probably one of the least understood of all of the early HTML elements.
Deprecated Element HTML Obsolete Reference 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

String.prototype.quote()

The non-standard quote() method returns a copy of the string, replacing various special characters in the string with their escape sequences and wrapping the result in double-quotes (").
JavaScript Method Obsolete Prototype Reference String

Node.isSupported()

The Node.isSupported()returns a Boolean flag containing the result of a test whether the DOM implementation implements a specific feature and this feature is supported by the specific node.
API DOM Method NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Node Obsolete Reference