HTML Learning (7) learning HTML formatting tags (7) formatting tags

HTML Learning (7) formatting tags

 

Text format for editing tags. Common:

<B> bold text </ b> 1654948748

<Strong> emphatic </ strong> and <b> same effect, <strong> or <em> means that you rendered text is important, so you want to highlight, it is recommended to use <strong> or <em>.

<i>斜体</i>

<Em> focused tone </ em> and <i> same effect

<Small> refine text </ small>

<Big> enlarged text </ big>

<sub> subscript </ sub> This is the subscript

<sup> superscript </ sup> which is a standard

<Ins> Insert Word </ ins> This word is inserted

<Del> deleted word </ del> This is to remove the word

 

<Pre> </ pre> defines preformatted text, i.e., a plurality of successive spaces in the text, line, the browser will not formatted, WYSIWYG.

<abbr title = "prompt content"> XXX </ abbr> defined abbreviation, when the mouse on XXX, there will be "prompt content" bubble.

Text format for editing tags. Common:

<B> bold text </ b> 1654948748

<Strong> emphatic </ strong> and <b> same effect, <strong> or <em> means that you rendered text is important, so you want to highlight, it is recommended to use <strong> or <em>.

<i>斜体</i>

<Em> focused tone </ em> and <i> same effect

<Small> refine text </ small>

<Big> enlarged text </ big>

<sub> subscript </ sub> This is the subscript

<sup> superscript </ sup> which is a standard

<Ins> Insert Word </ ins> This word is inserted

<Del> deleted word </ del> This is to remove the word

 

<Pre> </ pre> defines preformatted text, i.e., a plurality of successive spaces in the text, line, the browser will not formatted, WYSIWYG.

<abbr title = "prompt content"> XXX </ abbr> defined abbreviation, when the mouse on XXX, there will be "prompt content" bubble.

Guess you like

Origin www.cnblogs.com/rr77/p/11682177.html