Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS CSS Basics (2014) Basic Selectors Basic Selectors Review

Azzam Omari
Azzam Omari
1,413 Points

I cant understand this question!

I have tried many answers but all of them do not work!

Jason Anders
Jason Anders
Treehouse Moderator 145,860 Points

Hi Azzam,

There are nine questions in the quiz you are linking from that are randomly generated every time the quiz is loaded. You will need to copy/paste the literal question and what answers you have tried in order for the Community to be able to offer assistance.

:dizzy:

2 Answers

Max Senden
Max Senden
23,177 Points

Hi Azzam,

I assume you're asking about one of the open questions. So in short:

The universal selector can be targeted in CSS by using the * (asterisks). An element on a page can only have one id. An element can only have one id. (it's a bit of a weird question but both answers to this one are 'one'). A class can be targeted in the CSS by using the . (dot).

Hope it helps, Max

Azzam Omari
Azzam Omari
1,413 Points

I wrote "one id" but it does not work!

Thanks.