Reserved Symbols
Reserved Symbols
There are five(5) reserved keyboard symbols in HTML that we should use their entity equivalent in place of, if we wish for the document viewer to see the symbol rendered to the page while keeping clean valid html markup. These symbols have special purpose in HTML source code and are therefore reserved.
Less Than / Greater Than Symbols
Ampersand Symbol
Double Quote / Single Quote Symbols
< <
> >
& &
" "
' '
HTML CODE EXAMPLE
<h3>Welcome to the show!</h3>
<h3>Welcome to the show!</h3>
Ampersand Symbol
HTML CODE EXAMPLE
Blue & Black are my favorite colors.
Blue & Black are my favorite colors.
HTML CODE EXAMPLE
Welcome to "Joe's BBQ Shack"
Welcome to "Joe's BBQ Shack"
0 Response to "Reserved Symbols"
Post a Comment