Attributes of common HTML tags (learning notes, slowly updating ...)

Source: Internet
Author: User

Attributes of common HTML tags (learning notes, slowly updating ...)
I plan to study PHP recently. I can't afford to spend any money to go to a training institution. So I had to read books and write podcasts in my dormitory.
1. common attributes of the body Tag

Bgcolor background color. It seems that you cannot use the color of the background image text with background. The color of the link hyperlink. The color of the hyperlink accessed by vlink, is the margin of the displayed content, not the right margin of the entire page and the browser margin rightmargin. The attributes of these four margins are the same as those of topmargin top margin bottomargin bottom margin.

2. Common attributes from h1 to h6 title labels
Align alignment, including left, right, center, and justify
3. common attributes of Section p labels
Align alignment, including left, right, and center
4. common attributes of hr horizontal line labels
Width horizontal line width size horizontal line width color horizontal line color align horizontal line align
5. common attributes of ol and ul ordered unordered list tags
      
  • // If 1 is returned, it will be ordered.
  • This is 1st
  • // Disc solid circle
  • This is 2nd
  • // Circle hollow circle
  • This is 3rd
  • This is 4th
  • // Square solid square
  • This is 5th
  • This is 6th
  • This is 7th
  • This is 8th
  1. // If square is used here, it will become unordered.
  2. This is 1st
  3. This is 2nd
  4. This is 3rd
  5. This is 4th
  6. This is 5th
  7. This is 6th
  8. This is 7th
  9. This is 8th

6. common attributes of a hyperlink tag
Place where href is to go target open method _ blank _ self _ parent _ top title move the cursor over the text name of the prompt anchor to link to the anchor to add #
7. common attributes of img image labels
Src image path witdh width height border alt text when the image cannot be found
8. table label
Header Cell
Title
Header Header Header
Header Header Header
Background Image bgcolor background color cellspacing distance between cells and cellpadding cells and content



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.