Archive dynamic HTML elements
The following list defines HTML elements that can be contained in a manual instruction control step. Many elements can be dynamic and therefore are disabled before archiving. (See the Mozilla mdn web docs reference for more information.) The object element and script element are removed and replaced with the <i> element when archiving .
NAMES | DESCRIPTION |
---|---|
a | Designates the start or destination of a hypertext link. |
address | Specifies information, such as address, signature, and authorship, of the current document. |
area | Defines the shape, coordinates, and associated URL of one hyperlink region within a client-side image map. |
b | Specifies that the text should be rendered in bold. |
base | Specifies an explicit URL used to resolve links and references to external sources such as images and style sheets. |
bdo | Allows authors to disable the bidirectional algorithm for selected fragments of text. |
big | Specifies that the enclosed text should be displayed in a larger font than the current font. |
blockquote | Sets apart a quotation in text. |
br | Inserts a line break. |
button | Specifies a container for rich HTML that is rendered as a button. |
caption | Specifies a brief description for a table. |
center | Centers subsequent text and images. |
cite | Indicates a citation by rendering text in italic. |
code | Specifies a code sample. |
col | Specifies column-based defaults for the table properties. |
colgroup | Specifies property defaults for a column or group of columns in a table. |
dd | Indicates the definition in a definition list. The definition is usually indented in the definition list. |
del | Indicates text that has been deleted from the document. |
dfn | Indicates the defining instance of a term. |
dir | Denotes a directory list. |
div | Specifies a container that renders HTML. |
dl | Denotes a definition list. |
dt | Indicates a definition term within a definition list. |
em | Emphasizes text, usually by rendering it in italic. |
embed | Allows documents of any type to be embedded. |
fieldset | Draws a box around the text and other elements that the field set contains. |
hr | Draws a horizontal rule. |
html | Identifies the document as containing HTML elements. |
i | Specifies that the text should be rendered in italic, where available. |
iframe | Creates inline floating frames. |
img | Embeds an image or a video clip in the document. |
input | Creates a variety of form input controls. |
input type=button | Creates a button control. |
input type=check box | Creates a check box control. |
input type=file | Creates a file upload object with a text box and Browse button. |
input type=image | Creates an image control that, when clicked, causes the form to be immediately submitted. |
input type=password | Creates a single-line text entry control similar to the INPUT type=text control, except that text is not displayed as the user enters it. |
input type=radio | Creates a radio button control. |
input type=reset | Creates a button that, when clicked, resets the form's controls to their initial values. |
input type=submit | Creates a button that, when clicked, submits the form. |
input type=text | Creates a single-line text entry control. |
ins | Specifies text that has been inserted into the document. |
kbd | Renders text in a fixed-width font. |
label | Specifies a label for another element on the page. |
legend | Inserts a caption into the box drawn by the fieldSet object. |
li | Denotes one item in a list. |
link | Enables the current document to establish links to external documents. |
map | Contains coordinate data for client-side image maps. |
menu | Creates an unordered list of items. |
meta | Conveys hidden information about the document to the server and the client. |
noScript | Specifies HTML to be displayed in browsers that do not support scripting. |
object | Inserts an object into the HTML page. |
ol | Draws lines of text as a numbered list. |
optGroup | Allows authors to group choices logically in a select element. |
option | Denotes one choice in a SELECT element. |
p | Denotes a paragraph. |
plaintext | Renders text in a fixed-width font without processing tags. |
pre | Renders text in a fixed-width font. |
q | Sets apart a quotation in text. |
rt | Designates the ruby text for the RUBY element. |
ruby | Designates an annotation or pronunciation guide to be placed above or inline with a string of text. |
s | Renders text in strike-through type. |
samp | Specifies a code sample. |
script | Specifies a script for the page that is interpreted by a script engine. |
select | Denotes a list box or drop-down list. |
small | Specifies that the enclosed text should be displayed in a smaller font. |
span | Specifies an inline text container. |
strong | Renders text in bold. |
style | Specifies a style sheet for the page. |
sub | Specifies that the enclosed text should be displayed in subscript, using a smaller font than the current font. |
sup | Specifies that the enclosed text should be displayed in superscript, using a smaller font than the current font. |
table | Specifies that the contained content is organized into a table with rows and columns. |
tbody | Designates rows as the body of the table. |
td | Specifies a cell in a table. |
textarea | Specifies a multiline text input control. |
tfoot | Designates rows as the table's footer. |
th | Specifies a header column. Header columns are centered within the cell and are bold. |
thead | Designates rows as the table's header. |
title | Contains the title of the document. |
tr | Specifies a row in a table. |
u | Renders text that is underlined. |
ul | Draws lines of text as a bulleted list. |
var | Defines a programming variable. Typically renders in an italic font style. |
Provide Feedback