When to use instead

?

前端 未结 12 1993
故里飘歌
故里飘歌 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:50

    A span is an inline formatting element that does NOT have a line feed above or below.

    A p is a block element that HAS an implied line feed above and below.

    http://w3schools.com/tags/default.asp

提交回复
热议问题