How do I make an HTML table inline

前端 未结 5 912
猫巷女王i
猫巷女王i 2021-01-03 21:49

In HTML I want to display a small table as part of a paragraph. One way to do that is this:

Before <
5条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-03 22:12

    Making the paragraph display: inline; works for me. But, if you have multiple paragraphs, you will have to add a
    after each of them.

提交回复
热议问题