When to use instead

?

前端 未结 12 1968
故里飘歌
故里飘歌 2020-11-30 20:53

As the question indicates, if I have some text that I want to add in the HTML then when should I use

and when should I use ?<

12条回答
  •  無奈伤痛
    2020-11-30 21:51

    p {
        float: left;
        margin: 0;
    }
    

    No spacing will be around, it looks similar to span.

提交回复
热议问题