|
w3schools: HTML Entities
- CSS 2
-
w3.org: HTML Elements
- CSS 2
|
Ampersand (&)
Non-breaking space
Quotation mark
<!-- Hidden comment -->
Link (launch new window)
Link (local file)
Link http://[target] (new window)
Link http://[target]
Link to index.php
Rendered bold
Rendered indented
Two <br><br> equivalent to paragraph tag
Center
Code
Div center
Emphasized
<h1 align="center"></h1> (centered)
<h1 style="color:#FF0000"></h1> (red)
<h1></h1> (will match bold Page Heading)
Horizontal rule
Rendered italicized.
Get image X from MySQL
Paragraph centered
Paragraph
<pre></pre>
Rendered strong
<span class="bld"></span>
<span></span>
Rendered underlined.
|
Ordered list:
|
- one
- two
- three
|
Un-ordered list:
|
|
Un-ordered list (square):
|
|
16 Windows VGA colors: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, yellow
<span style="color:aqua">TextHere</span>
<span style="color:black">TextHere</span>
<span style="color:blue">TextHere</span>
<span style="color:fuchsia">TextHere</span>
<span style="color:gray">TextHere</span>
<span style="color:green">TextHere</span>
<span style="color:lime">TextHere</span>
<span style="color:maroon">TextHere</span>
<span style="color:navy">TextHere</span>
<span style="color:olive">TextHere</span>
<span style="color:purple">TextHere</span>
<span style="color:red">TextHere</span>
<span style="color:silver">TextHere</span>
<span style="color:teal">TextHere</span>
<span style="color:white">TextHere</span>
<span style="color:yellow">TextHere</span>
|
= Text
= Text
= Text
= Text
= Text
= Text
= Text
= Text
= Text
= Text
= Text
= Text
= Text
= Text
= Text
= Text
|