1 CSS Common sense

Source: Internet
Author: User

1 naming

I recommend using a completely lowercase class name and ID, with multiple words – to connect. For example: Andy-budd is much clearer than Andybudd.

2 ID and Class selector

ID Selector Format:

{    text-align:Center;     color:red;}

Class selector:

{    text-align:center;}

3 DTD and DOCTYPE

DTD: Document type definition, which defines what is allowed in a particular version of HTML, does not allow the browser to check the validity of the page through these rules. is a set of machine-readable rules.

DOCTYPE: Declares which DTD to use, and the browser knows which HTML version to use.

Dtd:document type definition, which defines what is allowed in a particular version of HTML, does not allow the browser to check the validity of the page through these rules. is a set of machine-readable rules.

DOCTYPE: Declares which DTD to use, and the browser knows which HTML version to use.

and promiscuous mode corresponds to the standard mode.

4 Common selectors

Element selector: p {}

Descendant selector: div p {}

ID selector: #demo {}

Class selector:. Demo {}

With these four kinds of selectors you can locate many and many elements.

1 CSS Common sense

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.