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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly