/
HTML Entities for special characters
HTML Entities for special characters
For any text format that uses special characters we face the problem of how to express those characters when the data we have includes those special characters. This is general problem in computer science that leads to the idea of escape sequences.
These are escape sequences for < > and & in HTML.
> >
< <
& &
, multiple selections available,
Related content
Escape sequences
Escape sequences
More like this
Javascript Object
Javascript Object
Read with this
Unescaped special characters can break applications
Unescaped special characters can break applications
More like this
The Javascript console and Developer Tools in Chrome
The Javascript console and Developer Tools in Chrome
Read with this
HTML is intended to be a simple markup language for humans to write documents and share them
HTML is intended to be a simple markup language for humans to write documents and share them
More like this
Dictionary
Dictionary
Read with this