html

来源:互联网 发布:python 高斯曲线拟合 编辑:程序博客网 时间:2024/06/06 02:13
HTML Text Formatting


<b>      - Bold text         粗体
<strong> - Important text    加强意味的粗体
<i>      - Italic text       斜体
<em>     - Emphasized text   加强意味的斜体
<mark>   - Marked text       背景变亮
<small>  - Small text        字体变小
<del>    - Deleted text      中间带删除的线
<ins>    - Inserted text     下面带横线
<sub>    - Subscript text     
<sup>    - Superscript text   


HTML Quotation and Citation Elements


<abbr>   Defines an abbreviation or acronym
<address> Defines contact information for the author/owner of a document
<bdo>         Defines the text direction
<blockquote> Defines a section that is quoted from another source
<cite> Defines the title of a work
<q> Defines a short inline quotation


HTML Computer Code Elements


<code> Defines programming code
<kbd> Defines keyboard input 
<samp> Defines computer output
<var> Defines a variable
<pre> Defines preformatted text
0 0