HTML Colors: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * Web colors: https://en.wikipedia.org/wiki/Web_colors * Other web colors reference: http://www.w3schools.com/html/html_colors.asp")
 
No edit summary
Line 3: Line 3:
* Web colors: https://en.wikipedia.org/wiki/Web_colors
* Web colors: https://en.wikipedia.org/wiki/Web_colors
* Other web colors reference: http://www.w3schools.com/html/html_colors.asp
* Other web colors reference: http://www.w3schools.com/html/html_colors.asp
=Overview=
<pre>
<font color=#800000>
...
</font>
</pre>
Color examples can be found in the links listed in [[#External]].

Revision as of 22:26, 9 January 2016

External

Overview

<font color=#800000>
...
</font>

Color examples can be found in the links listed in #External.