CSS Learning Notes

Source: Internet
Author: User

Reading books for the "CSS3 Cheats" electronics Industry Press Original is the missing Manual series

This article is for the Knowledge directory for later use and re-learning

1. Style Sheets
1.1 Internal style Sheets The truth is chaos.
1.2 External style sheet external Dafa good
2. Selector
2.1 Tab Selector Overall control
Class 2.2 Selectors precisely control class can be repeated
2.3 ID Selector Control Special page element ID is unique one element can only have one cannot be duplicated
2.4 Universal Selector (*)
2.5 Building a group selector such as H1,H2,H3,H4,.QQQW, #banner {} (different types of selectors can be used)
2.6 Derived selectors simply means selecting labels based on context
2.7 Pseudo-class and pseudo-elements
2.7.1 defining a style for a link
A:link
a:visited
A:hover:hover pseudo-class can be used for other labels such as P:hover. High:hover
A:active
2.7.2 defining a style for a paragraph
: First-letter
: First-line
(these 2 are pseudo-elements CSS3 modified the use of these pseudo-elements and added a quotation mark such as: First-line but CSS in order to better support the old version of the current syntax can ignore this one)
2.7.3 cognition of more pseudo-classes and pseudo-elements
: Foucs

CSS Learning Notes

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.