Home >
Article > Web Front-end > HTML Tutorial: Collection of Commonly Used HTML Tags (4)_HTML/Xhtml_Web Page Production
HTML Tutorial: Collection of Commonly Used HTML Tags (4)_HTML/Xhtml_Web Page Production
PHP中文网Original
2016-05-16 16:45:321230browse
The HTML tags introduced may not fully comply with the XHTML specification. You should make some choices when making the actual layout. For example, B tags and FONT tags do not comply with XHTML specifications.
Related articles: Beginners get in touch with HTML and learn some HTML tags (3)
The HTML tags introduced may not fully conform to XHTML
These introduced HTML tags may not fully comply with the XHTML specification. You should make some choices when making the actual layout. For example, B tags and FONT tags do not comply with XHTML specifications.
Related articles: Beginners get in touch with HTML and learn about some HTML tags (3) The HTML tags introduced do not necessarily fully comply with the XHTML specification. You should make some choices when making the actual layout. For example, B tags and FONT tags do not comply with XHTML specifications.
61---------------------------------------- ------------------------------------- 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 the HTML document. A closing tag is required.
62------------------------------------------------ ----------------------------
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. A closing tag is required.
63------------------------------------------------ ---------------------------------- CLASS=classname ID =value LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS SelectED VALUE=value event = script > Description: Define a selection item for the Select element. The closing tag is optional.
64------------------------------------------------ ---------------------------------- ALIGN=CENTER | LEFT | RIGHT CLASS=classname ID=value LANG=language LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS STYLE=css1-properties TITLE=text event = script > Description: Represents a paragraph. A closing tag is required.
65------------------------------------------------ ---------------------------------- DATAFLD=colname DATAFORMATAS =HTML |TEXT DATASRC=#ID NAME=name VALUE=value > Description: Set parameters for the object. Valid for APPLET, EMBED, and OBJECT.
66------------------------------------------------ ---------------------------------- CLASS=classname ID =value LANG=language LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS STYLE=css1-properties TITLE=text event = script > Instructions: HTML tags are not processed and monospaced fonts are displayed. Not recommended. It is recommended to use PRE elements instead.
67------------------------------------------------ ---------------------------------- CLASS=classname ID =value LANG=language LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS STYLE=css1-properties TITLE=text event = script > Instructions: Display text in a fixed-width font, preserving spacing and line breaks. A closing tag is required.
68------------------------------------------------ ---------------------------------- CLASS=classname ID =value LANG=language LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS STYLE=css1-properties TITLE=text event = script > Instructions: Set paragraph spacing for text (smaller). A closing tag is required.
69------------------------------------------------ ---------------------------------- CLASS=classname ID =value LANG=language LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS STYLE=css1-properties TITLE=text event = script > Instructions: Displays strikethrough text. A closing tag is required.
70------------------------------------------------ ---------------------------------- CLASS=classname ID =value LANG=language LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS STYLE=css1-properties TITLE=text event = script > Instructions: Display text in a smaller font. The default is fixed-width font. A closing tag is required.
#p#
These introduced HTML tags may not fully comply with the XHTML specification. You should make some choices when making the actual layout. For example, B tags and FONT tags do not comply with XHTML specifications.
71------------------------------------------------ ---------------------------------- 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. A closing tag is required.
72------------------------------------------------ ---------------------------------- ACCESSKEY=key ALIGN =ABSBOTTOM | ABSMIDDLE | BASELINE | BOTTOM | LEFT | MIDDLE | 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 selection. A closing tag is required.
73------------------------------------------------ ---------------------------------- CLASS=classname ID =value LANG=language LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS STYLE=css1-properties TITLE=text event = script > Instructions: Display text in a smaller font. A closing tag is required.
74------------------------------------------------ ---------------------------------- 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: Define a range without affecting the page structure and display. A closing tag is required.
75------------------------------------------------ ---------------------------------- CLASS=classname ID =value LANG=language LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS STYLE=css1-properties TITLE=text event = script > Instructions: Displays strikethrough text. A closing tag is required.
76------------------------------------------------ ---------------------------------- CLASS=classname ID =value LANG=language LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS STYLE=css1-properties TITLE=text event = script > Instructions: Focus on the key points. Usually black body. A closing tag is required.
77------------------------------------------------ ---------------------------------- DISABLED MEDIA=SCREEN | PRINT | ALL TITLE=text TYPE="text/css" > Description: Set the display style for the page. A closing tag is required.
78------------------------------------------------ ---------------------------------- CLASS=classname ID =value LANG=language LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS STYLE=css1-properties TITLE=text event = script > Instructions: Display the text in the lower corner in a smaller font. A closing tag is required.
79------------------------------------------------ ---------------------------------- CLASS=classname ID =value LANG=language LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS STYLE=css1-properties TITLE=text event = script > Instructions: Display the text in the lower corner in a smaller font. A closing tag is required.
80------------------------------------------------ ----------------------------------
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 tables and process column and column group attributes. A closing tag is required.
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn