Home  >  Article  >  Web Front-end  >  HTML Tutorial: Collection of Commonly Used HTML Tags (5)_HTML/Xhtml_Web Page Production

HTML Tutorial: Collection of Commonly Used HTML Tags (5)_HTML/Xhtml_Web Page Production

PHP中文网
PHP中文网Original
2016-05-16 16:44:121289browse


Related articles: Beginners get in touch with HTML and learn about some HTML tags (4)
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.
81------------------------------------------------ ----------------------------
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.

82--------------------------------------------- -------------------------------
ALIGN=CENTER | LEFT | RIGHT
BACKGROUND=url
BGCOLOR=color
BORDERCOLOR=color
BORDERCOLORDARK=color
BORDERCOLORDARK=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: Define a cell of the table (lined up in a row). A closing tag is required.
83------------------------------------------------ ----------------------------------