Tag | type | name or meaning | and role | Remarks |
File tag |
<HTML> | ● | File declaration | lets the browser know that this is an HTML file | |
<HEAD> | ● | The beginning | provides the overall information of the file | |
<TITLE> | ● | The title of the title | definition file will be displayed at the top of the browser | |
<BODY> | ● | Body | design file format and content location | |
Typesetting mark |
<!--Annotation--> | ○ | Description mark | adds a description to the file, but is not displayed. | |
<P> | ○ | Paragraph mark | leaves a blank line between words, pictures, tables, etc. | |
<BR> | ○ | The line break mark | causes words, pictures, and tables to be displayed on the next line | |
<HR> | ○ | Horizontal line | inserts a horizontal line | |
<CENTER> | ● | Center | the text, pictures, tables, etc. to be displayed in the middle | . |
<PRE> | ● | The default format | makes the file display according to the original code arrangement. | |
<DIV> | ● | Positioning marks | set the placement of words, pictures, tables, etc. | |
<NOBR> | ● | No line wrapping | means that the text will not be wrapped if it is too long. | |
<WBR> | ● | It is recommended to | default the line break position for line breaks | |
Font tag |
<STRONG> | ● | Emphasis on the tone | produces the effect of bolding the font Bold | |
<B> | ● | Bold tags | produce the effect of making the font bolder | |
<EM> | ● | The emphasis mark | font has an italic effect | |
<I> | ● | The italic mark | font has an italic effect. | |
<TT> | ● | Monospace font | Courier font, letter widths are the same | |
<U> | ● | Underline | and underline | are opposed to |
<H1> | ● | One-level title tags | make the font larger, and the higher the level, the smaller it becomes. | |
<H2> | ● | The secondary title tag | will make the font larger | |
<H3> | ● | The third-level title tag | will make the font larger | |
<H4> | ● | The fourth-level title tag | will make the font larger | |
<H5> | ● | Five-level title tags | make the font size larger | |
<H6> | ● | Six-level title tags | make the font size larger | |
<FONT> | ● | Font tag | sets the font, size, and color | support |
<BASEFONT> | ○ | Basic font tag | sets all font, size, and color | support |
<BIG> | ● | Font increase | makes the font slightly larger | |
<SMALL> | ● | Font reduction | makes the font slightly smaller | |
<STRIKE> | ● | Strikethrough | text | is opposed to |
<CODE> | ● | The font of the program code | is slightly wider, such as <TT> | |
<KBD> | ● | The keyboard | font is slightly wider and single space | |
<SAMP> | ● | The sample | font is slightly wider, such as <TT> | |
<VAR> | ● | Variable | italic effect | |
<CITE> | ● | italic mark | italic effect | |
<BLOCKQUOTE> | ● | Indent to the right | Text to indent to the right | |
<DFN> | ● | Predicate definition | italic effect | |
<ADDRESS> | ● | Address mark | italic effect | |
<SUB> | ● | Subscript text | subscript | |
<SUP> | ● | Superscript | text superscript | |
List tag |
<OL> | ● | Sequential list | The list items will be arranged in numerical and alphabetical order. | |
<UL> | ● | Unordered | list items will be arranged with solid dots as symbols | |
<LI> | ○ | List items | Items in the list, one mark per line | |
<MENU> | ● | The option list | can specify bullet points with the type parameter. | Against |
<DIR> | ● | The directory list | is the same as <menu> | Against |
<DL> | ● | The definition list | appears in two layers | |
<DT> | ○ | Define item | list item title | |
<DD> | ○ | Define content | list item content | |
Table tag |
<TABLE> | ● | Table tag | sets various parameters of the table | |
<CAPTION> | ● | The table title | is made into one column to fill in the table title. | |
<TR> | ● | Table columns | set the columns of the table | |
<TD> | ● | Table column | sets the columns of the table | |
<TH> | ● | The table header | is equal to <TD>, but the text font will be bolder | |
Form tag |
<FORM> | ● | The form tag | determines the operation mode of the form | |
<TEXTAREA> | ● | The text box | provides a text input field | |
<INPUT> | ○ | The input tag | determines the input form | |
<SELECT> | ● | Select mark | to create a pop-up scrolling list | |
<OPTION> | ○ | Options | for each list option | |
Graphic tag |
<IMG> | ○ | Graphic tag | is used to insert graphics and set graphic attributes | |
Link tag |
<A> | ● | Link tag | adds link | |
<BASE> | ○ | Basic mark | can convert relative URL to absolute and specified link | |
Frame tag |
<FRAMESET> | ● | Frame setting | sets the frame | |
<FRAME> | ○ | Window settings | set the window in the frame | |
<IFRAME> | ○ | In-page frames | insert frames into web pages | IE |
<NOFRAMES> | ● | Unsupported frame | settings Prompt when the browser does not support frames | |
Image map |
<MAP> | ● | Image map name | Set the image map name | |
<AREA> | ○ | Link area | settings for each link area | |
Multimedia |
<BGSOUND> | ○ | Background sound | makes music or sound play in the background | IE |
<EMBED> | ○ | Multimedia | adds sound, music or images | |
Other tags |
<MARQUEE> | ● | The revolving lantern | makes the text move | in IE |
<BLINK> | ● | The flashing text | makes the text flash | NC |
<ISINDEX> | ○ | In the page finder, | you can enter keywords to find the page | object |
<META> | ○ | The opening description | provides information about this page to Browser | |
<LINK> | ○ | Relationship definition | defines the relationship between this file and other URLs | |
StyleSheet |
<STYLE> | ● | Style sheet | controls web page layout | |
<span> | ● | Custom tags | can be used independently or together with stylesheets | |