How can I stay on the same line while working with <p> tag?
<p>
Use the display: inline CSS property.
display: inline
Ideal: In the stylesheet:
#container p { display: inline }
Bad/Extreme situation: Inline:
<p style="display:inline">...</p>
2.1m questions
2.1m answers
60 comments
57.0k users