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中文网
PHP中文网Original
2016-05-16 16:45:321177browse

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------------------------------------------------ ----------------------------------