1. Tag: Function: The statement is the first component in the document, located before the tag.
2. Tag: Function: This element can tell the browser that it is an HTML document. Attributes: manifest: value (url) defines cache information for offline use.
3. Tag:
Function: The tag is used to define the head of the document. It is a container for all head elements. Attribute: profile: value (URL) A space-separated list of URLs that contain metadata information about the page.
4. Tag:
Function: The element can define the title of the document. Attribute: dir: value (rtl,ltr) specifies the text direction of the content in the element. lang: The value (language_code) specifies the language code of the content in the element. xml:lang: value (language_code) specifies the language code of the element content in the XHTML document.
5. Tag:
Function: The element defines the body of the document. Attribute:alink:value(rgb(x,x,x),#xxxxxx,colorname) is deprecated, please use style to replace it. Specifies the color of active links in the document. background: value(URL) is deprecated. Please replace it with a style. Specifies the background image of the document. bgcolor: value(reb(x,x,x),#xxxxxx,colorname) is deprecated. Please replace it with a style. Specifies the background color in the document. link: value(reb(x,x,x),#xxxxxx,colorname) is deprecated. Please replace it with a style. Specifies the default color for unvisited links in the document. text: value(reb(x,x,x),#xxxxxx,colorname) is deprecated. Please replace it with a style. Specifies the color of all text in the document. vlink: value(reb(x,x,x),#xxxxxx,colorname) is deprecated. Please replace it with a style. Specifies the color of visited links in the document.
6. Tags:
to
Tags Function:
-
tags define titles.
defines the largest title,
defines the smallest title. Attribute:align:value(left,center,right,justify) is not recommended. Please replace it with a style. Specifies the arrangement of text in titles.
7. Tag:
Function: Tag defines paragraph. Attribute:align:value(left,center,right,justify) is not recommended. Please replace it with a style. Specifies the arrangement of text in the title.
8. Tag:
Function: A simple line break can be inserted. Attributes: No optional attributes.
9. Tag:
Function: The tag creates a horizontal line in the HTML page. Attribute:align:value(center,left,right) is deprecated. Please replace it with a style. Specifies the alignment of the hr element. noshade: value (noshade) is deprecated. Please replace it with a style. Specifies that the color of the hr element is rendered as a solid color. size:value(pixels) is deprecated. Please replace it with a style. Specifies the height (thickness) of the hr element. width: value (pixels %) is deprecated. Please replace it with a style. Specifies the width of the hr element.
10. Tag Function: The comment tag is used to insert comments in the source document. Attributes: No optional attributes.
11. Tag:
Function: Tag defines an unordered list. Attribute:compact:value(compact) is deprecated. Please replace it with a style. Specifies that the list should be rendered smaller than normal. type: value (disc, square, circle) is deprecated. Please replace it with a style. Specifies the type of bullets for the list.
12. Tag:
Function: Tag defines an ordered list. Attribute: compact: value (compact) Not supported in HTML5. Deprecated in HTML4.01. Specifies that the list should be rendered smaller than normal. reversed: The value (reversed) specifies that the order of the list is descending order. (9,8,7...) start: The value (number) specifies the starting value of the ordered list. type: value (1,A,a,I,i) specifies the type of tag used in the list.
13. Tag:
Function: Tag defines list items. The
tag can be used in ordered lists () and unordered lists (
). Attribute:type:value(A,a,I,i,1,disc,square,circle) is deprecated. Please use a style instead. Specify which bullet points to use. value: value (number) is deprecated. Please use a style instead. Specifies the number of list items.
14. Tag:
Function: The tag defines the definition list. Tags are used to combine
(defines the item in the list) and
(describes the item in the list). Attributes: No optional attributes.
15. Tag:
Function: Tag defines the items in the definition list. Attributes: No optional attributes.
16. Tag:
Function: Define the definition part of the entry in the definition list. Attributes: No optional attributes.
Function: Tag defines HTML table. Attribute:align:value(left,center,right) is deprecated. Please use styles instead. Specifies the alignment of the table relative to surrounding elements. bgcolor: value(rgb(x,x,x),#xxxxxx,colorname) is deprecated. Please use styles instead. Specifies the background color of the table. border: value (pixels) specifies the width of the table border. cellpadding: value (pixels %) specifies the space between the edge of the cell and its content. cellspacing: value (pixels %) specifies the space between cells. frame: Value (void, above, below, hsides, lhs, rhs, vsides, box, border) specifies which part of the outer border is visible. rules: Value (none, groups, rows, cols, all) specifies which part of the inner border is visible. summar: The value (text) specifies the summary of the table. width: value (% pixels) specifies the width of the table.
20. Label:
Function: The label defines the title of the table. The
tag must be placed directly after the
tag. Attribute:align:value(left,right,top,bottom) is deprecated. Please use styles instead. Specifies the alignment of the title.
21. Tag:
Column Function: Define the header cell in the table. Text inside the
element will be rendered as centered, bold text. Attributes: abbr: value (text) specifies the abbreviated version of the content in the cell. align: Value (left, right, center, justify, char) specifies the horizontal alignment of cell content. axis: value (category_name) classifies the cell. bgcolor: value(rgb(x,x,x),#xxxxxx,colorname) is not recommended. Please use a style instead. Specifies the background color of table cells. char: value (character) specifies which character according to which content is aligned. charoff: value (number) specifies the offset of the alignment character. colspan: value (number) sets the number of columns that the cell can span. headers: Value (idrefs) has a space-separated list of header cell IDs, providing header information for data cells. height: value (pixels %) is not recommended. Please use a style instead. Specifies the height of table cells. nowrap: value (nowrap) is not recommended. Please use a style instead. Specifies whether the content in the cell should be wrapped. rowspan: The value (number) specifies the number of rows that the cell can span. scope: value (col, colgroup, row, rowgroup) defines the method of associating header data with cell data. valign: Value (top, middle, bottom, baseline) specifies the vertical arrangement of cell content. width: value (pixels %) is not recommended. Please use styles instead. Specifies the width of table cells.
22. Tag:
Row Function: Tag defines rows in the HTML table. Attributes: align: value (right, left, center, justify, char) defines the content alignment of table rows. bgcolor: value(rgb(x,x,x)#xxxxxx,colorname) is deprecated. Please use styles instead. Specifies the background color of table rows. char: value (character) specifies which character to use for text alignment. charoff: value (number) specifies the offset of the first alignment character. valign: Value (top, middle, bottom, baseline) specifies table row content.
23. Label:
Ordinary column Function: Label defines the items in the definition list. Text within td elements is usually left aligned. Attributes: abbr: value (text) specifies the abbreviated version of the content in the cell. align: Value (left, right, center, justify, char) specifies the horizontal alignment of cell content. axis: value (category_name) classifies the unit. bgcolor: value(rgb(x,x,x),#xxxxxx,colorname) is deprecated. Please use styles instead. Specifies the background color of the cell. char: value (character) specifies which character according to which content is aligned. charoff: value (number) specifies the offset of the alignment character. colspan: value (number) specifies the number of columns that the cell can span. headers: The value (header_cells'_id) specifies the header related to the cell. height: value (pixels %) is deprecated. Please use styles instead. Specifies the height of table cells. nowrap: value (nowrap) is deprecated. Please use styles instead. Specifies whether the content in the cell should be wrapped. rowspan: The value (number) specifies the number of rows that the cell can span. scope: value (col, colgroup, row, rowgroup) defines the method of associating header data with cell data. valign: Value (top, middle, bottom, baseline) specifies the vertical arrangement of cell content. width: value (pixels %) is deprecated. Please use styles instead. Specifies the width of table cells.
24. Tag: Function: The img element embeds an image into the web page. Attributes: Required attributes: src attribute: value (URL) specifies the URL of the displayed image and alt attribute: value (text) specifies the alternative text of the image. Optional attributes: align: value (top, bottom, middle, left, right) is not recommended. Specifies how images are arranged relative to surrounding text. border:value(pixels) is not recommended. Defines the border around the image. height: value (pixels %) defines the height of the image. hspace: value (pixels) is deprecated and defines the space on the left and right sides of the image. ismap: value (URL) defines the image as a server-side image map. longdesc: The value (URL) points to the URL containing the long image description document. usemap: value (URL) defines the image as a client-side image map. vspace: values (pixels) are not recommended. Defines the whitespace at the top and bottom of the image. width: value (pixels %) sets the width of the image.