special characters paragraph code example
Example 1: html special characters
<!-- Answer to: "html special characters" -->
!
!
[
[ [
_
_
`
` `
|
| | |
}
} }
¢
¢
<!-- There's many more at https://dev.w3.org/html5/html-author/charref -->
Example 2: special characters
Special Characters
\n
New line
\r
Carriage return
\t
Tab
\v
Vertical tab
\f
Form feed
\xxx
Octal character xxx
\xhh
Hex character hh