Elements
This section describes the HTML elements and corresponding Document Object Model (DOM) objects supported by Windows Internet Explorer.
For information about DOM objects that are not associated with HTML elements, see Support Objects.
In this section
| Topic | Description |
|---|---|
|
Specifies the Document Type Definition (DTD) to which the document conforms. | |
|
Designates the start or destination of a hypertext link. | |
|
Inserts an abbreviation into an HTMLdocument. | |
|
Represents the contact information for its nearest article or body element ancestor. If that is the body element, then the contact information applies to the document as a whole. | |
|
Defines the shape, coordinates, and associated URL of one hyperlink region within a client-side image map. | |
|
Represents a self-contained composition in an application or document and that might be independently distributable or reusable (for example, in syndication). | |
|
Represents content that is tangentially related to the other content of a document, and which could be considered separately. | |
|
Specifies sound or audio content, such as music or effects, to be played in an HTML document. | |
|
Specifies that the text should be rendered in bold. | |
|
Specifies an explicit URL used to resolve links and references to external sources such as images and style sheets. | |
|
Allows authors to disable the bidirectional algorithm for selected fragments of text. | |
|
Sets apart a quotation in text. | |
|
Specifies the beginning and end of the document body. | |
|
Inserts a line break. | |
|
Specifies a container for rich HTML that is rendered as a button. | |
|
Specifies a brief description for a table. | |
|
Indicates a citation by rendering text in italic type. | |
|
Specifies a code sample. | |
|
Specifies column-based defaults for the table properties. | |
|
Specifies property defaults for a column or group of columns in a table. | |
|
Indicates a comment that is not displayed. | |
|
Represents a user-defined element. | |
|
Represents the element's contents and a machine-readable form of the contents in the value attribute. | |
|
Represents a set of option elements to provide a pre-defined set of choices. | |
|
Indicates the definition in a definition list. The definition is usually indented in the definition list. | |
|
Indicates text that has been deleted from the document. | |
|
Indicates the defining instance of a term. | |
|
Specifies a container that renders HTML. | |
|
Denotes a definition list. | |
|
Indicates a definition term within a definition list. | |
|
Emphasizes text, usually by rendering it in italic type. | |
|
Allows documents of any type to be embedded. | |
|
Draws a box around the text and other elements that the field set contains. | |
|
Represents a caption or legend for the contents of the parent figure element, if any. | |
|
Represents self-contained content, optionally with a caption, that can be referenced as a single unit from the main content of the document. | |
|
Represents a section that describes the nearest ancestor section, such as who wrote it, links to related documents, copyright data, and so on. | |
|
Specifies the information to be submitted to a website or service. | |
|
Provides an unordered collection of information about the document. | |
|
Represents a group of introductory or navigational aids. | |
|
Represents the heading of a section. | |
|
Renders text in heading style. | |
|
Draws a horizontal rule. | |
|
Identifies the document as containing HTML elements. | |
|
Prevents any enclosed text or HTML source code from being parsed and displayed. | |
|
Specifies that the text should be rendered in italic type, where available. | |
|
Creates inline floating frames. | |
|
Embeds an image or a video clip in the document. | |
|
Creates input controls that can be defined by the type attribute. For example, input type=file, input type=password, input type=text, or input type=tel fields. | |
|
Specifies text that has been inserted into the document. | |
|
Renders text in a fixed-width font. | |
|
Specifies a label for another element on the page. | |
|
Inserts a caption into the box drawn by the fieldSet object. | |
|
Denotes one item in a list. | |
|
Enables the current document to establish links to external documents. | |
|
The main element represents the main content of the body of a document or application. Specifying main content is used to indicate content that is unique to the document, and excludes repeated content over other documents such as navigation links. | |
|
Contains coordinate data for client-side image maps. | |
|
Represents a run of text that has been marked or highlighted. | |
|
Presents audio or video data to the user. The media element provides the audio and video objects which are used to play sound and video content. | |
|
Creates an unordered list of items. | |
|
Conveys hidden information about the document to the server and the client. | |
|
The meter element represents a scalar measurement within a specified range, or a fractional value. This information is displayed in the form of a horizontal bar, much like the progress element. | |
|
Represents a section of a document that contains navigation links to other documents or to locations within the document. | |
|
Specifies HTML to be displayed in documents that do not support scripting. | |
|
Inserts an object into the HTML page. | |
|
Draws lines of text as a numbered list. | |
|
Allows authors to group choices logically in a select element. | |
|
Denotes one choice in a select element. | |
|
Represents the result of a calculation or user action. | |
|
Denotes a paragraph. | |
|
Sets the initial value of a property for an applet, embed, or object element. | |
|
The picture element is a container that contains multiple source elements to its contained img element. The browser will select which source to use based on numerous factors such as screen pixel density, viewport size, and file type. | |
|
Renders text in a fixed-width font. | |
|
Displays the progress of a time-intensive task. | |
|
Sets apart a quotation in text. | |
|
Designates the ruby text for the ruby element. | |
|
Designates an annotation or pronunciation guide to be placed above or inline with a string of text. | |
|
Renders text in strike-through type. | |
|
Specifies a code sample. | |
|
Specifies a script for the document that is interpreted by a script engine. | |
|
Represents a generic section of a document or application. | |
|
Denotes a list box or drop-down list. | |
|
Specifies that the enclosed text should be displayed in a smaller font. | |
|
Provides a way for authors to specify multiple alternative media resources for the video and audio elements. | |
|
The source element is used to specify alternative source sets for img elements. | |
|
Specifies an inline text container. | |
|
Renders text in bold. | |
|
Specifies a style sheet for a document. | |
|
Specifies that the enclosed text should be displayed in subscript, using a smaller font than the current font. | |
|
Specifies that the enclosed text should be displayed in superscript, using a smaller font than the current font. | |
|
Specifies that the contained content is organized into a table with rows and columns. | |
|
Designates rows as the body of the table. | |
|
Specifies a cell in a table. | |
|
The template element is used to declare fragments of HTML that can be cloned and inserted into the document by script. | |
|
Specifies a multiline text input control. | |
|
Designates rows as the table's footer. | |
|
Specifies a header column. Header columns are centered within the cell and are bold. | |
|
Designates rows as the table's header. | |
|
Represents time on a 24 hour clock or an exact date. | |
|
Contains the title of the document. | |
|
Specifies a row in a table. | |
|
Provides a way for authors to specify one or more timed text track resources for video elements. | |
|
Renders text that is underlined. | |
|
Draws lines of text as a bulleted list. | |
|
Defines a programming variable. Typically renders in italic type. | |
|
The video element specifies the video content to be played in a document. | |
|
Defines an XML data island on an HTML page. |