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