Class class and ID Selector

Source: Internet
Author: User
Class class and ID Selector

Of course, you can use the class selector.ClassAnd identifier SelectorIDTo define your own selection operator.

The benefit of doing so is that depending on the class or ID, you can behave the same HTML element differently.

In CSS, the class selector isEnglish sentence(.), And the ID is inHalfwidth English Well no.(#.

It looks like this:

#top {background-color: #ccc;padding: 1em}.intro {color: red;font-weight: bold;}

HTML and CSS connection attributesidAndclass. Like this:

<div id="top"><p class="intro">This is my recipe for making curry purely with chocolate</p><p class="intro">Mmm mm mmmmm</p></div>

The difference between ID and class is that ID is used on unique elements, while class is used on more than one element.

You can also apply a selection character to a specified HTML element and place the HTML selection character in front of it. Therefore,p.jam { whatever }Will be appliedSection.

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.