CodeClerks

What is an ID selector?



Write the reason you're deleting this FAQ

What is an ID selector?

It would help to know what an ID selector is. Can someone explain.

Comments

Please login or sign up to leave a comment

Join
karoshio
Hi Dayton,

the ID select is just one of CSS's many selectors. A selector in CSS is actually a pattern that is used to select the element you're wanting the style applied too, for example ID has #id and class has .class. The part before the word being the key part of that, the words 'id' and 'class' could be anything.

If you want to read more I suggest taking a look at W3Schools page on CSS Selectors: http://www.w3schools.com/cssref/css_selectors.asp

Regards,
Karoshio



Are you sure you want to delete this post?