For beginners, refer to HTML for some HTML tags (2) _ HTML/Xhtml _ webpage Creation

Source: Internet
Author: User
Related Articles: beginners have access to HTML to learn about some HTML tags (1) beginners have access to HTML to learn about some HTML tags. This will help beginners learn HTML, or a friend who has already started the course can serve as a reference! These introduced HTML tags do not necessarily fully comply with XHTML specifications. You should make a choice in the actual layout, such as the B tag and FONT Tag. Related Articles: beginners are familiar with HTML to learn about some HTML tags. (1) Beginners are familiar with HTML to learn about some HTML tags, it can help beginners learn HTML, or be used as a reference by beginners! These introduced HTML tags do not necessarily fully comply with XHTML specifications. You should make a choice in the actual layout, such as the B mark, FONT mark, and related articles: Introduction to HTML for beginners (1)
Beginners can use HTML to learn some HTML tags and introduce them one after another. It can help beginners learn HTML, or be used as a reference by beginners!
These introduced HTML tags do not necessarily fully comply with XHTML specifications. You should make a choice in the actual layout, such as the B mark and FONT mark, which do not comply with the XHTML specifications.
21 ----------------------------------------------------------------------
< 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 attributes of a column in a TABLE. The end tag is not required.
22 --------------------------------------------------------------------------------
< COLGROUP
ALIGN = CENTER | LEFT | RIGHT
CLASS = classname
ID = value
SPAN = n
STYLE = css1-properties
TITLE = text
VALIGN = BASELINE | BOTTOM | MIDDLE | TOP
WIDTH = n
>
Description: defines a column group in a TABLE. The end tag is not required.
23 --------------------------------------------------------------------------------
< COMMENT
ID = value
LANG = language
TITLE = text
>
Note: It is not recommended to mark comments. Recommended .

24 --------------------------------------------------------------------------------
< DD
CLASS = classname
ID = value
LANG = language
LANGUAGE = JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE = css1-properties
TITLE = text
Event = script
>
Note: explain a term in the list and display it on the right. The end mark is optional.
25 --------------------------------------------------------------------------------
< DEL
CLASS = classname
ID = value
LANG = language
LANGUAGE = JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE = css1-properties
TITLE = text
Event = script
>
Note: The specified text has been deleted from the document. End tag.
26 --------------------------------------------------------------------------------
< DFN
CLASS = classname
ID = value
LANG = language
LANGUAGE = JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE = css1-properties
TITLE = text
Event = script
>
Description: defines a term. End tag.
27 --------------------------------------------------------------------------------
< DIR
CLASS = classname
ID = value
LANG = language
LANGUAGE = JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE = css1-properties
TITLE = text
Event = script
>
Description: A series of short entries. The subsequent text starts with LI, and each entry must not exceed 20 characters.
28 --------------------------------------------------------------------------------
< P
ALIGN = CENTER | LEFT | RIGHT
CLASS = classname
Dataworks = 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 nature in the document, such as chapters, paragraphs, and summaries. End tag.
29 --------------------------------------------------------------------------------
< DL
CLASS = classname
COMPACT
ID = value
LANG = language
LANGUAGE = JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE = css1-properties
TITLE = text
Event = script
>
Description: A list. DT and DD are used to define entries in the list. End tag.
30 --------------------------------------------------------------------------------
< DT
CLASS = classname
ID = value
LANG = language
LANGUAGE = JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE = css1-properties
TITLE = text
Event = script
>
Note: A term is defined in the list and displayed in the left column. The end mark is optional. # P #
31 --------------------------------------------------------------------------------
< EM
CLASS = classname
ID = value
LANG = language
LANGUAGE = JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE = css1-properties
TITLE = text
Event = script
>
Note: The text to be emphasized is usually displayed in italic. End tag.
32 --------------------------------------------------------------------------------
< 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
>
Note: any types of documents are inserted, but you must install applications that can interpret such documents on your computer. End tag.

33 --------------------------------------------------------------------------------
< FIELDSET
ALIGN = LEFT | CENTER | RIGHT
CLASS = classname
ID = value
LANG = language
LANGUAGE = JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE = css1-properties
TITLE = text
Event = script
>
Note: similar to p, it can be used to describe the relationship between a group of regions and can be nested. End tag.
34 --------------------------------------------------------------------------------
< 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: sets the font attributes. End tag.
35 --------------------------------------------------------------------------------
< 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. End tag.
36 --------------------------------------------------------------------------------
< FRAME
BORDERCOLOR = color
CLASS = classname
Dataworks = 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 separate framework in FRAMESET.
37 --------------------------------------------------------------------------------
< 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
>
Note: In the hybrid document, set the number and size of horizontal and vertical frames, and set the content and attributes of each FRAME in FRAMESET. Can be nested. End tag.
38 --------------------------------------------------------------------------------
< HEAD
CLASS = classname
ID = value
TITLE = text
>
Note: The topic or description of the document appears at the beginning of the document, which contains unordered information about the document. The BASE, LINK, MATE, TITLE, BASEFONT, and BGSOUND elements can be used. End tag.
39 --------------------------------------------------------------------------------
< Hn
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 headers from H1 to H6, which are displayed in bold. End tag.
40 --------------------------------------------------------------------------------
< 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
>
Note: a horizontal line is displayed. No end mark.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.