一.Html标签英文解释
原文:https://www.w3schools.com/tags/ref_byfunc.asp
1.Basic HTML
Defines the document type
Defines an HTML document
Defines information about the document
Defines a title for the document
Defines the document's body
to Defines HTML headings
Defines a paragraph
Inserts a single line break
Defines a thematic change in the content
Defines a comment
2.Formatting
Not supported in HTML5. Use instead.
Defines an acronym
Defines an abbreviation or an acronym
Defines contact information for the author/owner of a document/article
Defines bold text
Isolates a part of text that might be formatted in a different direction from other text outside it
Overrides the current text direction
Not supported in HTML5. Use CSS instead.
Defines big text
Defines a section that is quoted from another source
Not supported in HTML5. Use CSS instead.
Defines centered text
Defines the title of a work
Defines a piece of computer code
Defines text that has been deleted from a document
Represents the defining instance of a term
Defines emphasized text
Not supported in HTML5. Use CSS instead.
Defines font, color, and size for text
Defines a part of text in an alternate voice or mood
Defines a text that has been inserted into a document
Defines keyboard input
Defines marked/highlighted text
Defines a scalar measurement within a known range (a gauge)
Defines preformatted text
3.Forms and Input
4.Frames
Not supported in HTML5.
Defines a window (a frame) in a frameset
5.Images
Defines an image
6.Audio / Video
7.Links
Defines a hyperlink
Defines the relationship between a document and an external resource (most used to link to style sheets)
8.Lists
Defines an unordered list
Defines an ordered list
- Defines a list item
Not supported in HTML5. Use instead.
Defines a directory list
Defines a description list
- Defines a term/name in a description list
- Defines a description of a term/name in a description list
9.Tables
Defines a table
Defines a table caption
Defines a header cell in a table
Defines a row in a table
Defines a cell in a table
Groups the header content in a table
Groups the body content in a table
Groups the footer content in a table
Specifies column properties for each column within a element
Specifies a group of one or more columns in a table for formatting
10.Styles and Semantics