Week 5 Flashcards
1
Q
What is the list-style-type?
A
A property that allows you to control the type of bullet used for your list items
2
Q
Wha is the list-style-image?
A
A property that allows you to specify an image as your bullet point
(Can be used on rules that apply to the <ul> and )</ul>
3
Q
Why would you use a class selector?
A
- It allows you to create your own custom elements
- In CSS, a class selector uses a period (.) at the start of the class name
4
Q
What is the float property?
A
It allows you to move an element as far as possible to either the left or the right, allowing subsequent content to wrap around it.