CSS Cascading Style Sheets

Source: Internet
Author: User
Tags alphanumeric characters

Grammar:

Cascading style sheets have simple syntax and use some English keywords to specify the names of various style attributes. A style sheet includes a series of rules. Each rule or rule set contains one or more selectors and one declaration block.

Selector Selector

In cascading style sheets, selectors are often used to declare part of a markup style, which is applied to the label style itself through matching tags and attributes. Selectors can be used in:

  • All elements of the specified type, for example, the second-level header label H2
  • The element specified by the property, especially

ID: A unique identifier in the document

Class: A unique multi-element group in the document.

  • In the number of documents, the element depends on the relative position of other elements

Classes and IDs are case-sensitive and begin with a letter, which can contain alphanumeric characters and underscores. Any number of elements of any number of instances can have the same class. In general, an ID is only applied to an instance of an element.

CSS Cascading Style Sheets

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.