HTML organizes commonly used tags and their full names

<a href="#">a hyperlink (anchor)</a>
    <abbr title="Abbreviation of abbreviation">abbr abbreviation (abbreviation)</abbr>
    <acronym title="Jin Hua Tang is JHT"> acronym acronym </acronym>
    <address>address address
    </address>
    <b>b bold</b>
    <bdo dir="ltr">bdo <bdo dir ="rtl">Local control of text direction</bdo></bdo>
    <big>big enlarge (big)</big>
    <blockquote>blockquote quote block (blockquote)
    </blockquote>
    <br /> br line break (break )
    <center>center (center)
    </center>
    <cite>cite reference (cite)</cite>
    <code>code code (code)</code>         <dt>dt dictionary title (dictionary title)</dt>     <dl>
    dl dictionary list (dictionary list)


        <dd>dd dictionary data (dictionary data)
        </dd>
        <dt>dt dictionary title (dictionary title)</dt>
        <dd>dd dictionary data (dictionary data)
        </dd>
    </dl>
    <del>del delete (delete) </del>
    <dfn>dfn definition (definition) </dfn>
    <div>div block (division)
    </div>
    <em>em emphasis (emphasize) </em>
    <form action=" #" method="post">
    form form (form)
    </form>
    <h1>h1 heading 1 (head1)
    </h1>
    <h2>h2 heading 2 (head2)
    </h2>
    <h3>h3 heading 3 ( head3)
    </h3>
    <h4>h4 Heading 4 (head4)     <h6>h6 Heading 6 (head6)     </h5>     <h5>h5 Heading 5 (head5)
    </h4>



    </h6>
    <hr /> hr 横线(horizontal)
    <i>i 斜体(italic)</i>
    <img src="#" alt="图片" />img 图片(image)
    <input type="text" name="name" value="" />input,type='text' 文本输入框(text)
    <input type="radio" name="name" value="" />input,type='radio' 单选框(radio)
    <input type="checkbox" name="name" value="" />input,type='checkbox' 复选框(checkbox)
    <input type="file" name="name" value="" />input,type='file' 文件选择框(file)
    <input type="hidden" name="name" value="" />input,type='hidden' hidden field (hidden)     password" name=" name" value="" />input,type='password' Password input box (password)
    <input type="image" name="name" value="" />input,type='image' picture button (image) <input type="

    <input type="reset" name="name" value="reset" />input,type='reset' 重置按钮(reset)
    <input type="submit" name="name" value="submit" />input,type='submit' submit button (submit)     select selection list (select)     <script type="text/javascript"></script>select selection list (select)<script type="text/javascript"></script>select selection list (select)<script type="text /javascript"></script>     <samp>samp example (sample)</samp>     <q>q quote (quote)</q>     <pre>pre text displayed in a predetermined format (Preformatted)</pre>     < /p>     <p>p paragraph (paragraph)     </ol>         <li>li list item (list item)</li>         <li>li list item (list item)</li>     <ol>     ol yes Sequence list (order list)     </noscript>     <noscript>noscript no script (noscript)     <kbd>kbd keyboard text (keyboard)</kbd>
    <ins>ins insert (insert)</ins>















    <select>
        <option value="value">option selection (option)</option>
    </select>
    <small>small reduce (small)</small>
    <span>span text segment (span)</span>
    <strong>strong emphasis (strong emphasized)</strong>
    <sub>sub subscript (subscript)</sub>
    <sup>sup superscript (superscript)</sup>
    table table (table)
    <table border=" 0" cellpadding="0" cellspacing="0">
        <tr>
            <td>td table data (table data)
            </td>
            <td>td table data (table data)
            </td>
        </tr>
        <tr>             <td>td table data (table data)             </td>
            <td>td table data (table data)


            </td>
        </tr>
    </table>
    <textarea>textarea multi-line text input area (textarea)</textarea>
    <tt>tt teletype (teletype) (monospace font)</tt>
    ul out of order List (unordered list)
    <ul>
         <li>li list item (list item)</li>
        <li>li list item (list item)</li>
    </ul>
    <var>var variable text (variable) </var> 

English full name and brief description of commonly used HTML tags

HTML tags

Full English name

Chinese definition

a

Anchor

anchor

abbr

Abbreviation

abbreviation

acronym

Acronym

abbreviation

address    

Address

address

dfn           

Defines a Definition Term

define definition item

kbd          

Keyboard

Keyboard (text)

samp      

Sample

example(text

was            

Variable

variable (text)

tt               

Teletype

Printer (text)

code

Code

Source code (text)

pre

Preformatted

predefined format (text)

blockquote    

Block Quotation

block quotes

cite          

Citation

quote

q

Quotation

quotes

strong

Strong

emphasis (text)

em          

Emphasized

emphasis (text)

b

Bold

bold (text)

i

Italic

italics (text)

big          

Big

get bigger(text)

small      

Small

get smaller(text)

sup          

Superscripted

superscript (text)

sub          

Subscripted

subscript (text)

bdo          

Direction of Text Display

text display direction

br            

Break

new line

center    

Centered

center (text)

font          

Font

the font

u              

Underlined

underline (text)

s/ strike      

Strikethrough

strikethrough

div              

Division

separate

span          

Span

scope

ol                

Ordered List

sort list

ul               

Unordered List

unsorted list

li

List Item

List items

dl                

Definition List

definition list

dt                 

Definition Term

Define terms

dd             

Definition Description

Definition description

of the               

Deleted

delete(text)

ins               

Inserted

insert(text)

h1~h6

Header 1 to Header 6

Title 1 to Title 6

p

Paragraph

paragraph

hr                

Horizontal Rule

spirit level

href

hypertext reference

hypertext citation

alt

alter

Substitute (usually a reminder that the picture cannot be displayed)

src

Source

Source file link

cell

cell

nest

cellpadding

cellpadding

nest filler

cellspacing

cellspacing

nest space

nl

navigation lists

导航列表

tr

table row

表格中的一行

th

table header cell

表格中的表头

td

table data cell

表格中的一个单元格

iframe

Inline frame

定义内联框架

optgroup

Option group

定义选项组

Guess you like

Origin blog.csdn.net/qq_41221596/article/details/132818777