What happens when we set an em element's display value to block?
- It takes up the width of an entire line and we can adjust its size
- It only takes up the width of an entire line
- It works the same since
block is its default value - It now fits on the same line with multiple elements
It takes up the width of an entire line and we can adjust its size.