What happens when we have a p element with very little text inside of it and an empty style.css file?
p is a block element it takes up the entire lineinline element below it appears on the same lineSince p is a block element it takes up the entire line.