CSS Note 02: Selectors (tabbed and Class)

Source: Internet
Author: User

Body {   margin:0;    padding:0;    background:#000  url (' images/backgrounds/star.png ')  no-repeat fixed;    Font: 12px sans-serif;}

Here the body is the selector, where CSS attributes such as margin, padding, background, and font are applied to the BODY element,

To use CSS to implement one-to-one, two-to-many or more-to-many controls on elements in an HTML page, you need a CSS selector.   elements in an HTML page are controlled by a CSS selector. above is the label style selector , the following is the form of the selector of the class, as follows: class Selector Selects according to the class name front with "." To sign , such as:
. Demodiv {color:#FF0000;}

CSS Note 02: Selectors (tabbed and Class)

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.