Related articles: Beginners come into contact with HTML to learn about some HTML tags (1)
Beginners can come into contact with HTML to learn some HTML tags and introduce them one after another. It can help beginners learn HTML, or friends who are already in the process of getting started as a reference. It is also quite good!
These introduced HTML tags do not necessarily comply with the XHTML specification. You should make some choices when making actual layouts, such as: B marks and FONT marks, which do not comply with XHTML specifications.
twenty one----------------------------------------------------------------------
< COL
ALIGN=CENTER | LEFT | RIGHT
CLASS=classname
ID=value
SPAN=n
STYLE=css1-properties
TITLE=text
VALIGN=BASELINE | BOTTOM | MIDDLE | TOP
WIDTH=n
>
Description: Define the properties of a column in TABLE. No end mark is required.
twenty two--------------------------------------------------------------------------------
< 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 TABLE. No end mark is required.
twenty three--------------------------------------------------------------------------------
< COMMENT
ID=value
LANG=language
TITLE=text
>
Note: Comment marks, not recommended. It is recommended to use <!-- -->.
twenty four--------------------------------------------------------------------------------
< DD
CLASS=classname
ID=value
LANG=language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE=css1-properties
TITLE=text
event = script
>
Description: Explain a term in the list, displayed on the right. End mark is optional.
25--------------------------------------------------------------------------------
< DEL
CLASS=classname
ID=value
LANG=language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE=css1-properties
TITLE=text
event = script
>
Description: Indicates that the text has been deleted from the document. End mark is required.
26--------------------------------------------------------------------------------
< DFN
CLASS=classname
ID=value
LANG=language
LANGUAGE=JAVASCRIPT| JSCRIPT| VBSCRIPT| VBS
STYLE=css1-properties
TITLE=text
event = script
>
Description: Define a term. End mark is required.
27--------------------------------------------------------------------------------
< 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 after this starts with LI and each item does not exceed 20 characters.
28--------------------------------------------------------------------------------
< DIV
ALIGN=CENTER | LEFT | RIGHT
CLASS=classname 2 pages in total Previous page 12 Next page