USING EXTERNAL SHEET AND SELECTORS Flashcards
1
Q
Can assist in applying the styles of a website by using one file
A
External Style sheets
2
Q
What is the syntax to group selectors
A
selector, selector, etc {property: value;}
3
Q
It is another option to use to apply the same style
A
Class
4
Q
What is the syntax of a class
A
.className{property: value;}
5
Q
When we want a specific element within a page to have it own unique style
A
ID Selector
6
Q
What is the syntax of a ID selector
A
idName {property: value}