What happens to text inside a <p> tag if it's too long to fit in the width of its container?
<p>
It scrolls horizontally
It hides the overflowing text
It automatically breaks to the next line
It condenses to fit the container