How to Code Double Quotes via HTML Codes

后端 未结 3 912
我寻月下人不归
我寻月下人不归 2020-12-29 18:38

In HTML, What is the preferred way to specify html codes like \", and what is the major differences? For example:



        
3条回答
  •  旧巷少年郎
    2020-12-29 19:26

    Google recommend that you don't use any of them, source.

    There is no need to use entity references like &mdash, &rdquo, or , assuming the same encoding (UTF-8) is used for files and editors as well as among teams.

    Is there a reason you can't simply use "?

提交回复
热议问题