Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 973 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 973 Bytes

HTML Entities

Introduction

HTML entities are used to display reserved characters in HTML. For example, the less than sign (<) is used to start a tag, so it cannot be used to display the less than sign. To display the less than sign, we must use the HTML entity &lt; or the decimal equivalent &#60;.

How to use

Search for the character you want to display.

When selected, you can copy the following:

  • Unicode Character ()
  • HTML Code ( + H)
  • HTML Entity (when available) ( + E)
  • CSS Code ( + S)