how to avoid a new line with p tag?

后端 未结 5 606
灰色年华
灰色年华 2020-12-13 02:07

How can I stay on the same line while working with

tag?

5条回答
  •  暖寄归人
    2020-12-13 02:18

    The

    paragraph tag is meant for specifying paragraphs of text. If you don't want the text to start on a new line, I would suggest you're using the

    tag incorrectly. Perhaps the tag more closely fits what you want to achieve...?

提交回复
热议问题