HTML Learning (7) formatting tags

Text format for editing tags. Common:

<B> bold text </ b>

<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> which is inserted into word

<del> deleted word </ del> This is to delete 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/1016391912pm/p/11525337.html