Lesson 2: Selectors, Div, Span Flashcards
1
Q
allows you to control how an element is displayed
A
CSS Display property
2
Q
kind of element in CSS that is laid out vertically
A
Block level
elements
3
Q
kind of element in CSS that is laid out horizontally
A
Inline level
4
Q
allows you to apply
styles to different sections of your web page
A
Div Tag
5
Q
divides the contents of a web page into individual sections
A
Div
6
Q
generic way of adding structure to an HTML document
A
Span tag
7
Q
a style applied to one element in a page
A
ID selector
8
Q
user defined selector
A
class