HTML5 enables web developers to use special characters that can't be rendred by browsers. The table below shows a few examples.
Symbol | Description | To avoid rendering |
---|---|---|
< | less than | &lt |
> | greater than | &gt |
& | ampersand | &amp |
" | quote | &quot |
' | apostrophe | &apos |