HTML code for an apostrophe

前端 未结 17 1060
独厮守ぢ
独厮守ぢ 2020-11-30 18:01

Seemingly simple, but I cannot find anything relevant on the web.

What is the correct HTML code for an apostrophe? Is it ?

17条回答
  •  日久生厌
    2020-11-30 18:25

    Note that ' IS defined in HTML5, so for modern websites, I would advise using ' as it is much more readable than '

    Check: http://www.w3.org/TR/html5/syntax.html#named-character-references

提交回复
热议问题