CSS-CSS Authoritative Guide Study notes 1

Source: Internet
Author: User

First chapter CSS and documentation

1. Structured HTML: (Personal understanding)

1. Separation of content, style and behavior

2, label semantics, what kind of label do what kind of thing

3. Conform to Web standards

4, the structure is clear, header, content, footer. Reduce duplicate code for the public part.

2. Unstructured pages make it difficult to build content indexes, reduce accessibility, and discourage maintenance.

3, the candidate style sheet, the rel attribute is alternate stylesheet, if supported by the browser, it will use the LINK element's Title property value to generate a list of candidate styles, the user can switch. (change theme?) )

4, the difference between @import and link is the specific syntax and location of the command. The @import appears in the style container, and is placed in front of other CSS rules. If an external style sheet is to use the style of another external style sheet, use @import at the beginning.

CSS-CSS Authoritative Guide Study notes 1

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.