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.
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.
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.
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 list items. The - tag can be used in ordered lists (
- ) and unordered lists (
- ).
- (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.17. Tag:
Function: Tag defines a hyperlink, which is used to link from one page to another. The most important attribute of the element is the href attribute, which indicates the target of the link.
Attribute: charset: value (char_encoding) is not supported in HTML5. Specifies the character set of the linked document.
coords: Values (coordinates) are not supported in HTML5. Specifies the coordinates of the link.
download: The value (filename) specifies the hyperlink target to be downloaded.
href: value (URL) specifies the URL of the page to which the link points.
hreflang: The value (language_code) specifies the language of the linked document.
media: The value (media_query) specifies the media/device for which the linked document is optimized.
name: value (section_name) is not supported in HTML5. Specifies the name of the anchor.
rel: value (text) specifies the relationship between the current document and the linked document.
rev: value (text) is not supported in HTML5. Specifies the relationship between the linked document and the current document.
shape: value (default, rect, circle, poly) is not supported in HTML5. Specifies the shape of the link.
target: Value (_blank, _parent, _self, _top, framename) specifies where to open the linked document.
type: value (MIME type) specifies the MIME type of the linked document.18. Tag:
19. Tag:
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. Thetag 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 theelement 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.25. Tag:
26. Tag
27. Tag
Function: The tag is a media element that defines media resources.
Attribute: media: value (media query) specifies the type of media resource.
src: value (url) specifies the URL of the media file.
type: value (numeric value) specifies the MIME type of the media resource.28. Tag:
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
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:
The above is the detailed content of Summary of commonly used tags in HTML5. For more information, please follow other related articles on the PHP Chinese website!

html5的div元素默认一行不可以放两个。div是一个块级元素,一个元素会独占一行,两个div默认无法在同一行显示;但可以通过给div元素添加“display:inline;”样式,将其转为行内元素,就可以实现多个div在同一行显示了。

html5中列表和表格的区别:1、表格主要是用于显示数据的,而列表主要是用于给数据进行布局;2、表格是使用table标签配合tr、td、th等标签进行定义的,列表是利用li标签配合ol、ul等标签进行定义的。

固定方法:1、使用header标签定义文档头部内容,并添加“position:fixed;top:0;”样式让其固定不动;2、使用footer标签定义尾部内容,并添加“position: fixed;bottom: 0;”样式让其固定不动。

html5中不支持的标签有:1、acronym,用于定义首字母缩写,可用abbr替代;2、basefont,可利用css样式替代;3、applet,可用object替代;4、dir,定义目录列表,可用ul替代;5、big,定义大号文本等等。

HTML5中画布标签是“<canvas>”。canvas标签用于图形的绘制,它只是一个矩形的图形容器,绘制图形必须通过脚本(通常是JavaScript)来完成;开发者可利用多种js方法来在canvas中绘制路径、盒、圆、字符以及添加图像等。

html5废弃了dir列表标签。dir标签被用来定义目录列表,一般和li标签配合使用,在dir标签对中通过li标签来设置列表项,语法“<dir><li>列表项值</li>...</dir>”。HTML5已经不支持dir,可使用ul标签取代。

3种取消方法:1、给td元素添加“border:none”无边框样式即可,语法“td{border:none}”。2、给td元素添加“border:0”样式,语法“td{border:0;}”,将td边框的宽度设置为0即可。3、给td元素添加“border:transparent”样式,语法“td{border:transparent;}”,将td边框的颜色设置为透明即可。

因为html5不基于SGML(标准通用置标语言),不需要对DTD进行引用,但是需要doctype来规范浏览器的行为,也即按照正常的方式来运行,因此html5只需要写doctype即可。“!DOCTYPE”是一种标准通用标记语言的文档类型声明,用于告诉浏览器编写页面所用的标记的版本。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

Dreamweaver CS6
Visual web development tools

SublimeText3 Chinese version
Chinese version, very easy to use

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.
