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. 1------------------------------------------------------------------------- <!-- -->Note: Comment marks, content between <!-- and --> will not be displayed in the browser.
2-------------------------------------------------------------------------
<!DOCTYPE>Description: Describe the HTML DTD that the file complies with, and is used to briefly explain the compatibility of the file.
3-------------------------------------------------------------------------
< A
ACCESSKEY=key
CLASS=classname
DATAFLD=colname
DATASRC=#ID
HREF=url
ID=value
LANG=language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
METHODS=http-method
NAME=name
REL=stylesheet
REV=stylesheet
STYLE=css1-properties
TABINDEX=n
TARGET=window_name | _blank | _parent | _self | _top
TITLE=text
URN=urn
event = script
>
Description: Describe the starting position or destination of the hyperlink. The requirement must define the herf= or name= attribute. End mark is required.
4--------------------------------------------------------------------------------
< ACRONYM
CLASS=classname
ID=value
LANG=language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE=css1-properties
TITLE=text
event = script
>
Description: Explain an abbreviation. This flag does not affect the display of text in the browser. End mark required
5--------------------------------------------------------------------------------
< ADDRESS
CLASS=classname
ID=value
LANG=language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
STYLE=css1-properties
TITLE=text
event= script
>
Description: Commonly used to describe address, signature and author information. End mark is required.
6--------------------------------------------------------------------------------
< APPLET
ALIGN=ABSBOTTOM | ABSMIDDLE | BASELINE | BOTTOM | LEFT | MIDDLE |
RIGHT | TEXTTOP | TOP
ALT=text
CLASS=classname
CODE=filename
CODEBASE=url
DATAFLD=colname
DATASRC=#ID
HEIGHT=n
HSPACE=n
ID=value
NAME=name
SRC=url
STYLE=css1-properties
TITLE=text
VSPACE=n
WIDTH=n
event = script
>
Description: Place executable content in the page. End mark is required.
7--------------------------------------------------------------------------------
< AREA
ALT=text
CLASS=classname
COORDS=coordinates
HREF=url
ID=value
LANG=language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
NOHREF
SHAPE=CIRC | CIRCLE | POLY | POLYGON | RECT | RECTANGLE
STYLE=css1-properties 2 pages in total Previous page 12 Next page