HTML Language Encyclopedia

HTML Language Encyclopedia
123WORDPRESS.COM--HTML超文本标记语言速查手册<!-- --> !DOCTYPE A ACRONYM ADDRESS APPLET AREA B BASE BASEFONT BGSOUND BIG BLOCKQUOTE BODY BR BUTTON CAPTION CENTER CITE CODE COL COLGROUP COMMENT DD DEL DFN DIR DIV DL DT EM EMBED FIELDSET FONT FORM FRAME FRAMESET HEAD H1-H6 HR HTML I IFRAME IMG INPUT INS ISINDEX KBD LABEL LEGEND LI LINK LISTING MAP MARQUEE MENU META NOBR NOFRAMES NOSCRIPT OBJECT OL OPTION P PARAM PLAINTEXT PRE Q S SAMP SCRIPT SELECT SMALL SPAN STRIKE STRONG STYLE SUB SUP TABLE TBODY TD TEXTAREA TFOOT TH THEAD TITLE TR TT U UL VAR WBR XMP

Note: The words in bold are HTML reserved words.
<!-- -->

Note: Comment tags, the content between “<!--” and “-->” will not be displayed in the browser.

<!DOCTYPE>

Description: Describes the HTML DTD that the file complies with, used to briefly describe the compatibility of the file.
<A
ACCESSKEY= key
CLASS= classname
DATAFLD= colname
DATASRC= #ID
HREF= url
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
METHODS= http-method
NAME= name
REL="stylesheet"
REV="stylesheet"
STYLE= css1-properties
TABINDEX= n
TARGET= window_name | _blank | _parent | _self | _top
TITLE= text
URN= urn
event = script
>

Description: Describes the starting location or target of the hyperlink. It is required to define either the herf= or name= attribute. The closing tag is required.
<ACRONYM
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Describes an abbreviation. This flag does not affect the display of text in the browser. End tag required
<ADDRESS
CLASS = classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Commonly used to describe the address, signature and author information. The closing tag is required.
<APPLET
ALIGN=ABSBOTTOM | ABSMIDDLE | BASELINE | BOTTOM | LEFT | MIDDLE | RIGHT | TEXTTOP | TOP
ALT= text
CLASS= classname
CODE= filename
CODEBASE= url
DATAFLD= colname
DATASRC= #ID
HEIGHT= n
HSPACE= n
ID= value
NAME= name
SRC= url
STYLE= css1-properties
TITLE= text
VSPACE= n
WIDTH= n
event = script
>

Description: Place executable content on the page. The closing tag is required.
<AREA
ALT= text
CLASS= classname
COORDS = coordinates
HREF= url
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
NOHREF
SHAPE=CIRC | CIRCLE | POLY | POLYGON | RECT | RECTANGLE
STYLE= css1-properties
TABINDEX= n
TARGET= window_name | _blank | _parent | _self | _top
TITLE= text
event = script
>

Description: Describes the outline shape of the hyperlink hotspot in the client image map MAP. No closing tag is required.
<B
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Displays text in bold. The closing tag is required.
<BASE
HREF= url
TARGET= window_name | _blank | _parent | _self | _top
>

Description: Describes the base address of the document, and the browser converts relative addresses based on this. Can only be used in the HEAD tag, no closing tag is required.
<BASEFONT
CLASS= classname
COLOR= color
FACE= font
ID= value
LANG= language
SIZE= n
>

Description: Describes the basic font type used to display text in the default font. Can be used within the HEAD tag, no closing tag is required.
<BGSOUND
BALANCE= n
CLASS= classname
ID= value
LANG= language
LOOP= n
SRC= url
TITLE= text
VOLUME= n
>

Description: Add background music to the page. Can be used within the HEAD tag; the closing tag is optional.
<BIG
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Displays text in a slightly larger font than the currently used font. The closing tag is required.
<BLOCKQUOTE
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Note: Quotations from other resources may be indented and italicized, usually with blank lines above and below. The closing tag is required.
<BODY
ALINK= color
BACKGROUND= url
BGCOLOR= color
BGPROPERTIES=FIXED
BOTTOMMARGIN= pixels
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
LEFTMARGIN= pixels
LINK= color
RIGHTMARGIN= pixels
SCROLL=YES | NO
STYLE= css1-properties
TEXT= color
TITLE= string
TOPMARGIN= n
VLINK= color
event = script
>

Description: Describes the beginning and end of the document body. The closing tag is required.
<BR
CLASS= classname
CLEAR=ALL | LEFT | RIGHT
ID= value
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
>

Description: Line break marker.
<BUTTON
ACCESSKEY= string
CLASS= classname
DATAFLD= colname
DATAFORMATAS=HTML | TEXT
DATASRC= #ID
DISABLED
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
TYPE=BUTTON | RESET | SUBMIT
event = script
>

Description: Sets a button. The closing tag is required.
<CAPTION
ALIGN=BOTTOM | CENTER | LEFT | RIGHT | TOP
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
VALIGN=BOTTOM | TOP
event = script
>

Description: Add a title to TABLE. The closing tag is required.
<CENTER
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Center the content. The closing tag is required.
<CITE
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: A brief description of a quote, with the content in italics. The closing tag is required.
<CODE
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Display a section of code in a fixed-width font. The closing tag is required.
<COL
ALIGN=CENTER | LEFT | RIGHT
CLASS= classname
ID= value
SPAN= n
STYLE= css1-properties
TITLE= text
VALIGN=BASELINE | BOTTOM | MIDDLE | TOP
WIDTH= n
>

Description: Defines the properties of a column in TABLE. No closing tag is required.
<COLGROUP
ALIGN=CENTER | LEFT | RIGHT
CLASS= classname
ID= value
SPAN= n
STYLE= css1-properties
TITLE= text
VALIGN=BASELINE | BOTTOM | MIDDLE | TOP
WIDTH= n
>

Description: Used to define a column group in a TABLE. No closing tag is required.
<COMMENT
ID= value
LANG= language
TITLE= text
>

Description: Comment mark, not recommended. It is recommended to use<!-- -->.
<DD
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Explains a term in the list, displayed on the right. The closing tag is optional.
<DEL
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Indicates that text has been removed from the document. The closing tag is required.
<DFN
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Define a term. The closing tag is required.
<DIR
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Represents a series of short entries. The text that follows must begin with LI and must not exceed 20 characters.
<DIV
ALIGN=CENTER | LEFT | RIGHT
CLASS= classname
DATAFLD= colname
DATAFORMATAS=HTML | TEXT
DATASRC= #ID
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Describes elements of different natures in a document, such as chapters, paragraphs, summaries, etc. The closing tag is required.
<DL
CLASS= classname
COMPACT
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Represents a list. DT and DD are used to define the items in the list. The closing tag is required.
<DT
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Defines a term in the list, displayed in the left column. The closing tag is optional.
<EM
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Note: Used for text you want to emphasize, usually in italics. The closing tag is required.
<EMBED
ALIGN=ABSBOTTOM | ABSMIDDLE | BASELINE | BOTTOM | LEFT | MIDDLE | RIGHT | TEXTTOP | TOP
ALT= text
CLASS= classname
CODE= filename
CODEBASE= url
HEIGHT= n
HSPACE= n
ID= value
NAME= name
SRC= url
STYLE= css1-properties
TITLE= text
UNITS= value
VSPACE= n
WIDTH= n
>

Instructions: Insert any type of document, but the user must have an application installed on their computer that can interpret such documents. The closing tag is required.
<FIELDSET
ALIGN= LEFT | CENTER | RIGHT
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Similar to DIV, it can be used to describe the relationship between a group of areas and can be nested. The closing tag is required.
<FONT
CLASS= classname
COLOR= color
FACE= font
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
SIZE= n
STYLE= css1-properties
TITLE= text
event = script
>

Description: Set font properties. The closing tag is required.
<FORM
ACTION= url
CLASS= classname
ENCTYPE= encoding
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
METHOD=GET | POST
NAME= name
STYLE= css1-properties
TARGET= window_name | _blank | _parent | _self | _top
TITLE= text
event = script
>

Description: Describes a form containing controls. The closing tag is required.
<FRAME
BORDERCOLOR= color
CLASS= classname
DATAFLD= colname
DATASRC= #ID
FRAMEBORDER=NO | YES | 0 | 1
HEIGHT= n
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
MARGINHEIGHT= pixels
MARGINWIDTH= pixels
NAME= window_name | _blank | _parent | _self | _top
NORESIZE=NORESIZE | RESIZE
SCROLLING=AUTO | NO | YES
SRC= url
TITLE= text
WIDTH= n
event = script
>

Description: Describes a single frame in FRAMESET.
<FRAMESET
BORDER= pixels
BORDERCOLOR= color
CLASS= classname
COLS= col-widths
FRAMEBORDER=NO | YES | 0 | 1
FRAMESPACING= spacing
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
ROWS= row-heights
TITLE= text
>

Description: Set the number and size of horizontal and vertical frames in a mixed document, and use FRAME in FRAMESET to set the content and properties of each frame. Can be nested. The closing tag is required.
<HEAD
CLASS= classname
ID= value
TITLE= text
>

Description: Appears at the beginning of the document, indicating the title or introduction of the document and containing unordered information of the document. The BASE, LINK, MATE, TITLE, BASEFONT, and BGSOUND elements can be used in it. The closing tag is required.
<H n
ALIGN=CENTER | LEFT | RIGHT
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Note: There are six types of titles, from H1 to H6, displayed in bold. The closing tag is required.
<HR
ALIGN=CENTER | LEFT | RIGHT
CLASS= classname
COLOR= color
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
NOSHADE
SIZE= n
STYLE= css1-properties
TITLE= text
WIDTH= n
event = script
>

Description: Displays a horizontal line. No end tag.
<HTML
TITLE= text
>

Description: HTML text start element, notifying the browser that the document is an HTML document. Knot marking is required.
<I
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Displays text in italics. The closing tag is required.
<IFRAME
ALIGN=ABSBOTTOM | ABSMIDDLE | BASELINE | BOTTOM | LEFT | MIDDLE | RIGHT | TEXTTOP | TOP
BORDER= pixels
BORDERCOLOR= color
CLASS= classname
DATAFLD= colname
DATASRC= #ID
FRAMEBORDER=NO | YES | 0 | 1
FRAMESPACING= pixels
HEIGHT= n
HSPACE= pixels
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
MARGINHEIGHT= pixels
MARGINWIDTH= pixels
NAME= window_name | _blank | _parent | _self | _top
NORESIZE=NORESIZE | RESIZE
SCROLLING=AUTO | NO | YES
SRC= url
STYLE= css1-properties
TITLE= text
VSPACE= pixels
WIDTH= n
>

Description: Embed a floating frame in the document. The closing tag is required.
<IMG
ALIGN=ABSBOTTOM | ABSMIDDLE | BASELINE | BOTTOM | LEFT | MIDDLE | RIGHT | TEXTTOP | TOP
ALT= text
BORDER= n
CLASS= classname
DATAFLD= colname
DATASRC= #ID
DYNSRC= url
HEIGHT= n
HSPACE= n
ID= value
ISMAP
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
LOOP= n
LOWSRC= url
NAME= name
SRC= url
STYLE= css1-properties
TITLE= text
USEMAP= url
VSPACE= n
WIDTH= n
event = script
>

Description: Insert an image or a video into a document.
<INPUT
ACCESSKEY= key
ALIGN=LEFT | CENTER | RIGHT
ALT= text
CLASS= classname
DISABLED
DYNSRC= url
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
LOWSRC= url
MAXLENGTH = n
NAME= name
READONLY
SIZE= n
SRC= url
STYLE= css1-properties
TABINDEX= n
TITLE= text
TYPE=BUTTON | CHECKBOX | FILE | HIDDEN | IMAGE | PASSWORD | RADIO | RESET | SUBMIT | TEXT
VALUE= value
event = script
>

Description: Set the input control in FORM. The TYPE attribute indicates the control type. NAME needs to be set. No end tag.
<INS
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Indicates the text content of the newly added document. The closing tag is required.
<ISINDEX
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
PROMPT= text
>

Description: Notifies the browser that this document is an index file. Users can search the document by keywords.
<KBD
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Indicates the text that the user should enter using the keyboard, usually displayed in a monospaced font. The closing tag is required.
<LABEL
ACCESSKEY= key
CLASS= classname
DATAFLD= colname
DATAFORMATAS=HTML | TEXT
DATASRC= #ID
FOR= ID
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Describes a label. Not nestable. The closing tag is required.
<LEGEND
ALIGN=BOTTOM | CENTER | LEFT | RIGHT | TOP
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
VALIGN=BOTTOM | TOP
event = script
>

Description: Determines the set of regions defined by the FIELDSET element. Must be the first element in FIELDSET.
<LI
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
TYPE=1 | a | A | i | I
VALUE= value
event = script
>

Description: Indicates an entry in a list and can be used in DIR, MENU, DL, and UL. The closing tag is optional.
<LINK
DISABLED
HREF= url
ID= value
MEDIA=SCREEN | PRINT | ALL
REL=STYLESHEET
TITLE= text
TYPE="text/css"
>

Description: Create a hyperlink between the current HTML document and other resources. Can only be used in HEAD.
<LISTING
CLASS= classname
ID= string
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Note: Displaying text in a monospaced font is not recommended. It is recommended to use the PRE element.
<MAP
CLASS= classname
ID= value
LANG= language
NAME= name
STYLE= css1-properties
TITLE= text
event = script
>

Description: Specifies a collection of hotspot regions for a client-side image map. The closing tag is required.
<MARQUEE
BEHAVIOR=ALTERNATE | SCROLL | SLIDE
BGCOLOR= color
CLASS= classname
DATAFLD= colname
DATAFORMATAS=HTML | TEXT
DATASRC= #ID
DIRECTION=DOWN | LEFT | RIGHT | UP
HEIGHT= n
HSPACE= n
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
LOOP= n
SCROLLAMOUNT= n
SCROLLDELAY= milliseconds
STYLE= css1-properties
TITLE= text
TRUESPEED
VSPACE= n
WIDTH= n
event = script
>

Description: Create a scrolling text area. The closing tag is required.
<MENU
CLASS= classname
ID= value
LANG= language
STYLE= css1-properties
TITLE= text
event = script
>

Description: Create a menu and use LI to define the items in the menu. The closing tag is required.
<META
CONTENT= description
HTTP-EQUIV= response
NAME= text
TITLE= text
URL= url
>

Description: Provides HTML document information to browsers, search engines, or other programs. Must be used in HEAD. The closing tag is optional.
<NOBR
ID= value
STYLE= css1-properties
TITLE= text
>

Description: No line break. The closing tag is optional.
<NOFRAMES
ID= value
STYLE= css1-properties
TITLE= text
>

Description: Provided for browsers that do not support FRAMESET. The closing tag is required.
<NOSCRIPT>

Description: Displays included content in browsers that do not support scripts. The closing tag is required.
<OBJECT
ACCESSKEY= key
ALIGN=ABSBOTTOM | ABSMIDDLE | BASELINE | BOTTOM | LEFT | MIDDLE | RIGHT | TEXTTOP | TOP
CLASS= classname
CLASSID= id
CODE= url
CODEBASE= url
CODETYPE= media-type
DATA= url
DATAFLD= colname
DATASRC= #ID
HEIGHT= n
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
NAME= name
STYLE= css1-properties
TABINDEX= n
TITLE= text
TYPE= MIME-type
WIDTH= n
event = script
>

Description: Insert an object into an HTML document. The closing tag is required.
<OL
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
START= n
STYLE= css1-properties
TITLE= text
TYPE=1 | a | A | i | I
event = script
>

Description: Create an ordered list. The closing tag is required.
<OPTION
CLASS= classname
ID= value
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
SELECTED
VALUE= value
event = script
>

Description: Defines a selection item for the SELECT element. The closing tag is optional.
<P
ALIGN=CENTER | LEFT | RIGHT
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Indicates a paragraph. The closing tag is required.
<PARAM
DATAFLD= colname
DATAFORMATAS=HTML | TEXT
DATASRC= #ID
NAME= name
VALUE= value
>

Description: Set parameters for the object. Valid for APPLET, EMBED, and OBJECT.
<PLAINTEXT
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Note: HTML tags are not processed and the font is displayed in fixed width. Not recommended. It is recommended to use the PRE element instead.
<PRE
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Display text in a monospaced font, preserving spacing and line breaks. The closing tag is required.
<Q
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Set paragraph spacing for text (smaller). The closing tag is required.
<S
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Displays text with strikethrough. The closing tag is required.
<SAMP
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Displays text in a smaller font. The default font is monospaced. The closing tag is required.
<SCRIPT
CLASS= classname
DEFER
EVENT= eventname
FOR= element
ID= value
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
SRC= url
TITLE= text
TYPE= MIME-type
>

Description: Indicates the script code area that needs to be interpreted and executed by the script engine. The closing tag is required.
<SELECT
ACCESSKEY= key
ALIGN=ABSBOTTOM | ABSMIDDLE | BASELINE | BOTTOM | LEFT | MIDDLE | RIGHT | TEXTTOP | TOP
CLASS= classname
DATAFLD= colname
DATASRC= #ID
DISABLED
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
MULTIPLE
NAME= name
SIZE= n
STYLE= css1-properties
TABINDEX= n
event = script
>

Description: Set up a drop-down selection box and use OPTION to define the options. The closing tag is required.
<SMALL
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Displays text in a smaller font. The closing tag is required.
<SPAN
CLASS= classname
DATAFLD= colname
DATAFORMATAS=HTML | TEXT
DATASRC= #ID
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Defines a range without affecting the page structure and display. The closing tag is required.
<STRIKE
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Displays text with strikethrough. The closing tag is required.
<STRONG
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Emphasis. Usually in bold. The closing tag is required.
<STYLE
DISABLED
MEDIA=SCREEN | PRINT | ALL
TITLE= text
TYPE="text/css"
>

Description: Set the display style for the page. The closing tag is required.
<SUB
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Display the text in the lower corner in a smaller font. The closing tag is required.
<SUP
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Display the text in the lower corner in a smaller font. The closing tag is required.
<TABLE
ALIGN=CENTER | LEFT | RIGHT
BACKGROUND= url
BGCOLOR= color
BORDER= n
BORDERCOLOR= color
BORDERCOLORDARK= color
BORDERCOLORLIGHT= color
CELLPADDING= n
CELLSPACING= n
CLASS= classname
COLS= n
DATAPAGESIZE= n
DATASRC= #ID
FRAME=ABOVE | BELOW | BORDER | BOX | INSIDES | LHS | RHS | VOID | VSIDES
HEIGHT= n
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
RULES=ALL | COLS | GROUPS | NONE | ROWS
STYLE= css1-properties
TITLE= text
WIDTH= n
event = script
>

Description: Define a table. Use TR, TD, and TH elements to define rows, columns, and cells. Optional elements CAPTION, THEAD, TBODY, TFOOT, COLGROUP, and COL can be used to organize the table and manipulate column and column group properties. The closing tag is required.
<TBODY
ALIGN=CENTER | LEFT | RIGHT
BGCOLOR= color
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
VALIGN=BASELINE | BOTTOM | CENTER | TOP
event = script
>

Description: Define a table body. The closing tag is optional.
<TD
ALIGN=CENTER | LEFT | RIGHT
BACKGROUND= url
BGCOLOR= color
BORDERCOLOR= color
BORDERCOLORDARK= color
BORDERCOLORLIGHT= color
CLASS= classname
COLSPAN= n
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
NOWRAP
ROWSPAN= n
STYLE= css1-properties
TITLE= text
VALIGN=BASELINE | BOTTOM | CENTER | TOP
event = script
>

Description: Defines a cell (in a row) of a table. The closing tag is required.
<TEXTAREA
ACCESSKEY= key
ALIGN=ABSBOTTOM | ABSMIDDLE | BASELINE | BOTTOM | LEFT | MIDDLE | RIGHT | TEXTTOP | TOP
CLASS= classname
COLS= n
DATAFLD= colname
DATASRC= #ID
DISABLED
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
NAME= name
READONLY
ROWS= n
STYLE= css1-properties
TABINDEX= n
TITLE= text
WRAP=OFF | PHYSICAL | VIRTUAL
event = script
>

Description: Multi-line text input control. The closing tag is required.
<TFOOT
ALIGN=CENTER | LEFT | RIGHT
BGCOLOR= color
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
VALIGN=BASELINE | BOTTOM | CENTER | TOP
event = script
>

Description: Defines the footer of a table. The closing tag is optional.
<TH
ALIGN=CENTER | LEFT | RIGHT
BACKGROUND= url
BGCOLOR= color
BORDERCOLOR= color
BORDERCOLORDARK= color
BORDERCOLORLIGHT= color
CLASS= classname
COLSPAN= n
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
NOWRAP
ROWSPAN= n
STYLE= css1-properties
TITLE= text
VALIGN=BASELINE | BOTTOM | CENTER | TOP
event = script
>

Description: Defines the title of a row or column in a table, with the text displayed in bold. The closing tag is optional.
<THEAD
ALIGN=CENTER | LEFT | RIGHT
BGCOLOR= color
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
VALIGN=BASELINE | BOTTOM | CENTER | TOP
event = script
>

Description: Defines the table header. The closing tag is optional.
<TITLE
ID= value
TITLE= string
>

Description: Description document title. The closing tag is required.
<TR
ALIGN=CENTER | LEFT | RIGHT
BGCOLOR= color
BORDERCOLOR= color
BORDERCOLORDARK= color
BORDERCOLORLIGHT= color
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
VALIGN=BASELINE | BOTTOM | CENTER | TOP
event = script
>

Description: Defines a row in a table. The closing tag is required.
<TT
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Display text in a fixed-width font. The closing tag is required.
<U
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Displays underlined text. The closing tag is required.
<UL
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
TYPE=1 | a | A | i | I
event = script
>

Description: Define a column-order list and use LI to define the items. The closing tag is required.
<VAR
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Description: Describe a variable. The closing tag is required.
<WBR
CLASS= classname
ID= value
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
>

Description: Inserts a soft line break in the NOBR text. No closing tag is required.
<XMP
CLASS= classname
ID= value
LANG= language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE= css1-properties
TITLE= text
event = script
>

Note: Not recommended, can be replaced by PRE or SAMP. The closing tag is required.

<<:  MySQL account password modification method (summary)

>>:  Summary of common functions and usage methods of WeChat applet development

Recommend

Summary of Vue's common APIs and advanced APIs

Table of contents nextTick Mixins $forceUpdate se...

CSS implementation code for drawing triangles (border method)

1. Implement a simple triangle Using the border i...

Some things to note about varchar type in Mysql

Storage rules for varchar In versions below 4.0, ...

Teach you how to deploy zabbix service on saltstack

Table of contents Saltstack deploys zabbix servic...

JavaScript adds event listeners to event delegation in batches. Detailed process

1. What is event delegation? Event delegation: Ut...

We're driving IE6 to extinction on our own

In fact, we wonder every day when IE6 will really...

Introduction to the deletion process of B-tree

In the previous article https://www.jb51.net/arti...

Vue implements a simple shopping cart example

This article example shares the specific code of ...

Summary of using the reduce() method in JS

Table of contents 1. Grammar 2. Examples 3. Other...

How to forget the root password in Mysql8.0.13 under Windows 10 system

1. First stop the mysql service As an administrat...

Vue dynamic menu, dynamic route loading and refresh pitfalls

Table of contents need: Ideas: lesson: Share the ...