| !DOCTYPE | Specifies the document type definition (DTD) that the HTML document follows. |
| a | Indicate the starting or destination location of the hyperlink. |
| acronym | Indicate the abbreviation. |
| address | Specific information, such as address, signature, author, original creator of this document. |
| applet | Place executable content on the page. |
| Area | Defines the shape, coordinates, and associated URL of a hyperlink area in a client image map. |
| attribute | Represents the tag attribute or attribute of an HTML element in the form of an object. |
| b | Specifies that the text should be rendered in bold. |
| base | Specifies a display URL to parse links and references to external sources, such as images and stylesheets. |
| baseFont | Sets the base font value as the default font when rendering text. |
| bdo | Allows the author to disable the two-way rule for selected text fragments. |
| bgSound | Allows the page to have background sound or create audio tracks. |
| big | Specifies that the contained text should be displayed in a font that is slightly larger than the current font. |
| blockQuote | Sets a quote in the text. |
| Body | Specifies the beginning and end of the document body. |
| br | Insert a newline character. |
| button | Specifies that the HTML contained therein is to be rendered as a button. |
| caption | A brief description of the specified form. |
| Center | Center the text and image behind it. |
| cite | In italics, indicate the introduction. |
| clientInformation | Contains information about a web browser. |
| clipboardData | Provides access to predefined clipboard formats for use in editing operations. |
| code | Specify a code example. |
| col | Specifies the default properties of the column-based table. |
| colGroup | Specifies the default properties for a column or group of columns in a table. |
| Comment | Note that the comments are invisible. |
| CurrentStyle | Represents the object format and style specified in the global stylesheet, inline style, and HTML tag properties. |
| custom | Represents a user-defined element. |
| dataTransfer | Provides access to predefined clipboard formats for use in drag operations. |
| dd | Indicate the definition in the definition list. Definitions are usually indented in the definition list. |
| defaults | Programmatically set the default properties of element behavior. |
| del | Indicates that the text has been deleted from the document. |
| dfn | Indicates an example of the definition of a term. |
| Dialog Help Assist Program | Provides access to color dialogs and block formatting and font collections. |
| dir | Causes a directory list. |
| div | Specifies the container to render HTML. |
| dl | Causes a list of definitions. |
| document | Represents the HTML document in the given browser window. |
| dt | Indicate the definition term in the definition list. |
| em | Emphasize text, usually rendered in italics. |
| Embed | Allows embedding of any document. |
| event | Represents event status, such as the element where the event occurs, the keyboard status, the mouse position and the mouse button status. |
| external | Allows access to additional object models provided by the Microsoft® Internet Explorer browser component hosting application. |
| fieldSet | Draw a box outside the text and other elements contained in the field set. |
| font | Specifies the new font, size, and color used to render the contained text. |
| form | Specifies that the included controls work in the form. |
| frame | Specify a single frame within the FRAMESET element. |
| frameSet | Specifies a framework set that organizes multiple frameworks and nested framework sets. |
| head | An unordered set of information about documents is provided. |
| history | Contains information about the URL that the user has browsed. |
| hn | Render text in title style. |
| hr | Draw horizontal lines. |
| html | Indicates that the document contains HTML elements. |
| HTML Comments | Avoid any contained text or HTML source code being processed and displayed in the browser window. |
| i | Specifies that the text should be rendered in italics, if available. |
| iframe | Create an embedded floating framework. |
| img | Embed an image or video clip into a document. |
| Implementation | Contains information about modules supported by objects. |
| IMPORT | Import tag definitions from element behavior. |
| input | Create various form input controls. |
| input type=button | Create button control. |
| input type=checkbox | Create a checkbox control. |
| input type=file | Creates a file upload control with a text box and a browse button. |
| input type=hidden | Transfer status information about client/server interaction. |
| input type=image | Create an image control that will cause the form to be submitted immediately after clicking. |
| input type=password | Creates a single-line text input control similar to the INPUT type=text control, but does not display the content entered by the user. |
| input type=radio | Create a radio button control. |
| input type=reset | Create a button that will reset the form control to its default value when clicked. |
| input type=submit | Create a button that will submit the form after clicking. |
| input type=text | Create a single line of text input control. |
| ins | Specifies the text that is inserted into the document. |
| isIndex | Makes the browser display a dialog box that prompts the user to enter a single line of text. |
| kbd | Render text in fixed-width font. |
| label | Specify a tag for other elements on the page. |
| legend | Insert a title into the box drawn by the fieldSet object. |
| li | Causes an item in the list. |
| link | Allows connection between the current document and the external document. |
| Listing | Render text in fixed font. |
| location | Contains information about the current URL. |
| map | Contains coordinate data for client image map. |
| marquee | Create a scrolling text subtitle. |
| menu | Create an unordered list of items. |
| meta | Communicate hidden information about the document to the server and the client. |
| namespace | Dynamically import an element behavior into the document. |
| navigator | Contains information about a web browser. |
| nextID | Create a unique identifier that the editing software can read. |
| noBR | Render text without wrapping lines. |
| noFrames | Contains HTML for browsers that do not support FRAMESET elements. |
| noScript | Specifies the HTML to be displayed in browsers that do not support scripts. |
| object | Insert an object into the HTML page. |
| ol | Draw a numbered list of text. |
| optGroup | Allows the author to logically group options in the select element. |
| option | Causes an option in the SELECT element. |
| p | Causes a period. |
| page | Represents a @page rule in styleSheet. |
| param | Sets the initial value of the attribute of the APPLET, EMBED, or OBJECT element. |
| plainText | Render text in fixed-width fonts without processing labels. |
| popup | A special top-level window, mainly used for dialog boxes, message boxes and other temporary windows that appear outside the main window of the application. |
| pre | Render text in fixed-width font. |
| q | Quotes in the text. |
| rt | Phonetic text indicating the RUBY element. |
| Ruby | Annotations or pronunciation guide to specify the annotations or pronunciation to be placed on or embedded in the text string. |
| rule | Represents a style composed of selectors and one or more declarations in a cascading style sheet (CSS). |
| runtimeStyle | Represents the format and style of objects that reside above the formats and styles specified by the global stylesheet, embedded style, and HTML tag properties. |
| s | Render text in strikethrough font. |
| samp | Specify a code example. |
| screen | Contains information about the client's screen and rendering capabilities. |
| script | Specify a script for the script that is interpreted by the script engine. |
| select | Causes a list box or drop-down box. |
| Selection | Represents the currently activated selection area, i.e. the highlighted text block, and/or other elements in the document where the user can perform certain operations. |
| Small | Specifies that the contained text should be displayed in a font that is slightly smaller than the current font. |
| span | Specifies an inline text container. |
| Strike | Render text in strikethrough font. |
| strong | Render text in bold. |
| style | Represents the current setting for all possible inline styles for a given element. |
| style | Specifies the stylesheet for the page. |
| styleSheet | Represents a single style sheet in the document. |
| Sub | Specifies that the contained text should be displayed in the following form, which is usually slightly smaller than the current font. |
| sup | Specifies that the text contained in it should be displayed in the above form, which is usually slightly smaller than the current font. |
| table | Specifies the table in which the content is to be organized into rows. |
| tBody | Specify the row as the body of the table. |
| td | Specifies the cells in the table. |
| textArea | Specifies a multi-line text input control. |
| TextNode | Represents a text string as a node in the document hierarchy. |
| TextRange | Represents text in HTML elements. |
| TextRectangle | Specifies a rectangle that contains an element or a line of text in a TextRange object. |
| tFoot | Specify the row as the end of the table. |
| th | Specify the title column. The title column will be centered in the cell and displayed in bold. |
| tHead | Specify the row as the header. |
| title | Contains the title of the document. |
| tr | Specify a row in the table. |
| tt | Render text in fixed-width font. |
| u | Render text with underline. |
| ul | Draw a bulleted list of text. |
| userProfile | Provides a method to allow scripts to request read access to user configuration information and perform read operations. |
| var | Define programming variables. Usually rendered in italics. |
| wbr | Insert a soft line break into a piece of NOBR text. |
| window | Represents an open window in the browser. |
| xml | Define an XML data island on the HTML page. |
| xmp | A font with a fixed width font rendering as an example. |
For more information, please refer to https://www.VeVb.com/shouce/dhtml/