Skip to Content
HTML & CSS Essentials For Dummies
book

HTML & CSS Essentials For Dummies

by Paul McFedries
April 2024
Beginner
176 pages
3h 14m
English
For Dummies
Content preview from HTML & CSS Essentials For Dummies

Chapter 10

Ten Must-Memorize CSS Selectors

IN THIS CHAPTER

Bullet Using the all-important class, id, and type selectors

Bullet Focusing on the most crucial combinators

Bullet Working with the vital pseudo-classes that select child elements

CSS saves you oodles of time by making it easy to style page elements. CSS becomes even more powerful when you use selectors to specify which elements you want to work with. In this chapter, you learn the ten selectors you need to tape to your cat’s forehead so they’re always handy.

The Class Selector

If you’ve used the class attribute to assign a class name to one or more page elements, you can target those elements by using a class selector:

.class-name { property1: value1; property2: value2; etc.}

The Id Selector

If you’ve used the id attribute to assign an ID to a page element, you can target that element by using an id selector:

#id-name { property1: value1; property2: value2; etc.}

The Type Selector

To target every element that uses a particular element name (such as header or div), use the type selector:

element { property1: value1; property2: value2; etc.}

The Descendant Combinator

To target every element that’s contained within (that is, is a descendant ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

JavaScript Essentials For Dummies

JavaScript Essentials For Dummies

Paul McFedries

Publisher Resources

ISBN: 9781394262908Purchase Link