How to write out HTML entity name ( , <, >, etc)

后端 未结 4 508
生来不讨喜
生来不讨喜 2020-12-03 22:29

How would I write the entity name in HTML and not have it do its function? Example: I\'m doing a tutorial and want to tell someone how to use the non-breaking space in their

4条回答
  •  时光说笑
    2020-12-03 23:04

    You could simply use the HTML for the ampersand as in &nbsp; which would display what you're looking for, i.e.  

提交回复
热议问题