Is there any ASCII character for
?

前端 未结 6 695
猫巷女王i
猫巷女王i 2020-12-25 11:38

Typically we all using HTML numbers or names in web pages. For example, & is & or &, and $, @

6条回答
  •  失恋的感觉
    2020-12-25 12:08

    No, there isn't.


    is an HTML ELEMENT. It can't be replaced by a text node or part of a text node.

    You can create a new-line effect using CR/LF inside a

     element like below:

    Line 1
    Line 2

    But this is not the same as a
    .

提交回复
热议问题