LearningFuze > CSS-Syntax > Flashcards
What are the names of the individual pieces of a CSS rule?
In CSS, how do you select elements by their class attribute?
.Name
In CSS, how do you select elements by their type?
Name{
In CSS, how do you select an element by its id attribute?
Name