We'll see. The difference between class type and identification ID selector in CSS styles summary _ Experience Exchange

Source: Internet
Author: User
You can define your own selectors with the class selector class and the identity selector ID.

The advantage of doing this is that depending on the class or ID, you can perform the same HTML element differently.

In CSS, the class selector is preceded by a half-width English period (.), and the ID is preceded by a half-point English well number (#).

Looks like this:

#top {background-color: #ccc; padding:1em}. intro {color:red; font-weight:bold;}
HTML and CSS are connected with the attribute ID and class. Like this:

<div id= "Top" >
The difference between ID and class is that the ID is used on a unique element, and class is used on more than one element.

You can also apply a selector to a specified HTML element and place the HTML selector in front of it, so P.jam {whatever} will be applied to paragraphs with class "jam".


An ID name is usually uniquely defined within a page, so defining CSS in a page usually suggests using class, so you can reuse your CSS. and leave the ID to the JavaScript that needs the most HTML element.
Related Article

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.