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
Unescaped special characters can break applications
Unescaped special characters can break applications
More like 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
Getting Started with HTML
Getting Started with HTML
More like this
Avoid tags for emphasis, bold, italics etc.
Avoid tags for emphasis, bold, italics etc.
More like this
Elements, Tags and Attributes
Elements, Tags and Attributes
More like this
Blink tag and font tags
Blink tag and font tags
More like this