Front End Development Flashcards
1
Q
What does HTML stand for?
A
Hyper Text Markup Language
2
Q
What does CSS stand for?
A
Cascading Style Sheets
3
Q
What two components make up a declaration/style in CSS?
A
a property and a value
4
Q
What three colors make up pixels?
A
Red, green, blue
5
Q
What is the priority, from highest to lowest, of conflicting selectors in CSS?
A
ID selector, class selector (pseudo-class selector), element selector, universal selector