Current location - Quotes Website - Personality signature - What are the commonly used tags in HTML?
What are the commonly used tags in HTML?

Commonly used html tags

Recently, I have reviewed html and sorted out some commonly used html tags to share with you.

html structure:

html start tag

html document title

html document content....

html end tag

html common tags:

Table:

table start tag

Row

Column

Table end tag

Table attributes:

Where: width: is the width of the table, height: is the height of the table, border: table border,

bgcolor table background color, background table background color. cellpadding: table word spacing, cellspacing: table border spacing:

Bold font

Italic

Underlined font

Strikethrough

Strikethrough

Single tag:


Line break

p>


Horizontal line

Space:

Double arrow to the right:?

Registered trademark symbol:?

Copyright symbol: ?

Double quotes: "

Link

Link text/image

Note: # Replace with the relative address of the file to be linked. title: Prompt information for the link.

Image link:

src: relative address of the image link, alt: image information, width: image width, height: image height.

Form:

Form start tag:

Text Box:

Password box:

Radio button:

Checkbox:

List:

Text area:

Submit button:

Reset button

Form end tag :