Happy Birthday
Okay, here it goes...
On your html tutorial on formatting text, last paragraph you said
Soon I will have a list of the hexadecimal colors and their codes
So, here is the html code for that list:
| #EEEEEE | #DDDDDD | #CCCCCC | #BBBBBB | #AAAAAA | #999999 | ||||||
| #888888 | #777777 | #666666 | #555555 | #444444 | #333333 | ||||||
| #000000 | #000033 | #000066 | #000099 | #0000CC | #0000FF | ||||||
| #330000 | #330033 | #330066 | #330099 | #3300CC | #3300FF | ||||||
| #660000 | #660033 | #660066 | #660099 | #6600CC | #6600FF | ||||||
| #990000 | #990033 | #990066 | #990099 | #9900CC | #9900FF | ||||||
| #CC0000 | #CC0033 | #CC0066 | #CC0099 | #CC00CC | #CC00FF | ||||||
| #FF0000 | #FF0033 | #FF0066 | #FF0099 | #FF00CC | #FF00FF | ||||||
| #003300 | #003333 | #003366 | #003399 | #0033CC | #0033FF | ||||||
| #333300 | #333333 | #333366 | #333399 | #3333CC | #3333FF | ||||||
| #663300 | #663333 | #663366 | #663399 | #6633CC | #6633FF | ||||||
| #993300 | #993333 | #993366 | #993399 | #9933CC | #9933FF | ||||||
| #CC3300 | #CC3333 | #CC3366 | #CC3399 | #CC33CC | #CC33FF | ||||||
| #FF3300 | #FF3333 | #FF3366 | #FF3399 | #FF33CC | #FF33FF | ||||||
| #006600 | #006633 | #006666 | #006699 | #0066CC | #0066FF | ||||||
| #336600 | #336633 | #336666 | #336699 | #3366CC | #3366FF | ||||||
| #666600 | #666633 | #666666 | #666699 | #6666CC | #6666FF | ||||||
| #996600 | #996633 | #996666 | #996699 | #9966CC | #9966FF | ||||||
| #CC6600 | #CC6633 | #CC6666 | #CC3399 | #CC66CC | #CC66FF | ||||||
| #FF6600 | #FF6633 | #FF6666 | #FF6699 | #FF66CC | #FF66FF | ||||||
| #009900 | #009933 | #009966 | #009999 | #0099CC | #0099FF | ||||||
| #339900 | #339933 | #339966 | #339999 | #3399CC | #3399FF | ||||||
| #669900 | #669933 | #669966 | #669999 | #6699CC | #6699FF | ||||||
| #999900 | #999933 | #999966 | #999999 | #9999CC | #9999FF | ||||||
| #CC9900 | #CC9933 | #CC9966 | #CC9999 | #CC99CC | #CC99FF | ||||||
| #FF9900 | #FF9933 | #FF9966 | #FF9999 | #FF99CC | #FF99FF | ||||||
| #00CC00 | #00CC33 | #00CC66 | #00CC99 | #00CCCC | #00CCFF | ||||||
| #33CC00 | #33CC33 | #33CC66 | #33CC99 | #33CCCC | #33CCFF | ||||||
| #66CC00 | #66CC33 | #66CC66 | #66CC99 | #66CCCC | #66CCFF | ||||||
| #99CC00 | #99CC33 | #99CC66 | #99CC99 | #99CCCC | #99CCFF | ||||||
| #CCCC00 | #CCCC33 | #CCCC66 | #CCCC99 | #CCCCCC | #CCCCFF | ||||||
| #FFCC00 | #FFCC33 | #FFCC66 | #FFCC99 | #FFCCCC | #FFCCFF | ||||||
| #00FF00 | #00FF33 | #00FF66 | #00FF99 | #00FFCC | #00FFFF | ||||||
| #33FF00 | #33FF33 | #33FF66 | #33FF99 | #33FFCC | #33FFFF | ||||||
| #66FF00 | #66FF33 | #66FF66 | #66FF99 | #66FFCC | #66FFFF | ||||||
| #99FF00 | #99FF33 | #99FF66 | #99FF99 | #99FFCC | #99FFFF | ||||||
| #CCFF00 | #CCFF33 | #CCFF66 | #CCFF99 | #CCFFCC | #CCFFFF | ||||||
| #FFFF00 | #FFFF33 | #FFFF66 | #FFFF99 | #FFFFCC | #FFFFFF |
<table>
<TR>
<TD width=45>#EEEEEE</TD>
<TD width=8 bgColor=#eeeeee> </TD>
<TD width=45>#DDDDDD</TD>
<TD width=8 bgColor=#dddddd> </TD>
<TD width=45>#CCCCCC</TD>
<TD width=8 bgColor=#cccccc> </TD>
<TD width=45>#BBBBBB</TD>
<TD width=8 bgColor=#bbbbbb> </TD>
<TD width=45>#AAAAAA</TD>
<TD width=8 bgColor=#aaaaaa> </TD>
<TD width=45>#999999</TD>
<TD width=8 bgColor=#999999> </TD></TR>
<TR>
<TD width=45>#888888</TD>
<TD width=8 bgColor=#888888> </TD>
<TD width=45>#777777</TD>
<TD width=8 bgColor=#777777> </TD>
<TD width=45>#666666</TD>
<TD width=8 bgColor=#666666> </TD>
<TD width=45>#555555</TD>
<TD width=8 bgColor=#555555> </TD>
<TD width=45>#444444</TD>
<TD width=8 bgColor=#444444> </TD>
<TD width=45>#333333</TD>
<TD width=8 bgColor=#333333> </TD></TR>
<TR>
<TD width=45>#000000</TD>
<TD width=8 bgColor=#000000> </TD>
<TD width=45>#000033</TD>
<TD width=8 bgColor=#000033> </TD>
<TD width=45>#000066</TD>
<TD width=8 bgColor=#000066> </TD>
<TD width=45>#000099</TD>
<TD width=8 bgColor=#000099> </TD>
<TD width=45>#0000CC</TD>
<TD width=8 bgColor=#0000cc> </TD>
<TD width=45>#0000FF</TD>
<TD width=8 bgColor=#0000ff> </TD></TR>
<TR>
<TD width=45>#330000</TD>
<TD width=8 bgColor=#330000> </TD>
<TD width=45>#330033</TD>
<TD width=8 bgColor=#330033> </TD>
<TD width=45>#330066</TD>
<TD width=8 bgColor=#330066> </TD>
<TD width=45>#330099</TD>
<TD width=8 bgColor=#330099> </TD>
<TD width=45>#3300CC</TD>
<TD width=8 bgColor=#3300cc> </TD>
<TD width=45>#3300FF</TD>
<TD width=8 bgColor=#3300ff> </TD></TR>
<TR>
<TD width=45>#660000</TD>
<TD width=8 bgColor=#660000> </TD>
<TD width=45>#660033</TD>
<TD width=8 bgColor=#660033> </TD>
<TD width=45>#660066</TD>
<TD width=8 bgColor=#660066> </TD>
<TD width=45>#660099</TD>
<TD width=8 bgColor=#660099> </TD>
<TD width=45>#6600CC</TD>
<TD width=8 bgColor=#6600cc> </TD>
<TD width=45>#6600FF</TD>
<TD width=8 bgColor=#6600ff> </TD></TR>
<TR>
<TD width=45>#990000</TD>
<TD width=8 bgColor=#990000> </TD>
<TD width=45>#990033</TD>
<TD width=8 bgColor=#990033> </TD>
<TD width=45>#990066</TD>
<TD width=8 bgColor=#990066> </TD>
<TD width=45>#990099</TD>
<TD width=8 bgColor=#990099> </TD>
<TD width=45>#9900CC</TD>
<TD width=8 bgColor=#9900cc> </TD>
<TD width=45>#9900FF</TD>
<TD width=8 bgColor=#9900ff> </TD></TR>
<TR>
<TD width=45>#CC0000</TD>
<TD width=8 bgColor=#cc0000> </TD>
<TD width=45>#CC0033</TD>
<TD width=8 bgColor=#cc0033> </TD>
<TD width=45>#CC0066</TD>
<TD width=8 bgColor=#cc0066> </TD>
<TD width=45>#CC0099</TD>
<TD width=8 bgColor=#cc0099> </TD>
<TD width=45>#CC00CC</TD>
<TD width=8 bgColor=#cc00cc> </TD>
<TD width=45>#CC00FF</TD>
<TD width=8 bgColor=#cc00ff> </TD></TR>
<TR>
<TD width=45>#FF0000</TD>
<TD width=8 bgColor=#ff0000> </TD>
<TD width=45>#FF0033</TD>
<TD width=8 bgColor=#ff0033> </TD>
<TD width=45>#FF0066</TD>
<TD width=8 bgColor=#ff0066> </TD>
<TD width=45>#FF0099</TD>
<TD width=8 bgColor=#ff0099> </TD>
<TD width=45>#FF00CC</TD>
<TD width=8 bgColor=#ff00cc> </TD>
<TD width=45>#FF00FF</TD>
<TD width=8 bgColor=#ff00ff> </TD></TR>
<TR>
<TD width=45>#003300</TD>
<TD width=8 bgColor=#003300> </TD>
<TD width=45>#003333</TD>
<TD width=8 bgColor=#003333> </TD>
<TD width=45>#003366</TD>
<TD width=8 bgColor=#003366> </TD>
<TD width=45>#003399</TD>
<TD width=8 bgColor=#003399> </TD>
<TD width=45>#0033CC</TD>
<TD width=8 bgColor=#0033cc> </TD>
<TD width=45>#0033FF</TD>
<TD width=8 bgColor=#0033ff> </TD></TR>
<TR>
<TD width=45>#333300</TD>
<TD width=8 bgColor=#333300> </TD>
<TD width=45>#333333</TD>
<TD width=8 bgColor=#333333> </TD>
<TD width=45>#333366</TD>
<TD width=8 bgColor=#333366> </TD>
<TD width=45>#333399</TD>
<TD width=8 bgColor=#333399> </TD>
<TD width=45>#3333CC</TD>
<TD width=8 bgColor=#3333cc> </TD>
<TD width=45>#3333FF</TD>
<TD width=8 bgColor=#3333ff> </TD></TR>
<TR>
<TD width=45>#663300</TD>
<TD width=8 bgColor=#660330> </TD>
<TD width=45>#663333</TD>
<TD width=8 bgColor=#663333> </TD>
<TD width=45>#663366</TD>
<TD width=8 bgColor=#663366> </TD>
<TD width=45>#663399</TD>
<TD width=8 bgColor=#663399> </TD>
<TD width=45>#6633CC</TD>
<TD width=8 bgColor=#6633cc> </TD>
<TD width=45>#6633FF</TD>
<TD width=8 bgColor=#6633ff> </TD></TR>
<TR>
<TD width=45>#993300</TD>
<TD width=8 bgColor=#993300> </TD>
<TD width=45>#993333</TD>
<TD width=8 bgColor=#993333> </TD>
<TD width=45>#993366</TD>
<TD width=8 bgColor=#993366> </TD>
<TD width=45>#993399</TD>
<TD width=8 bgColor=#993399> </TD>
<TD width=45>#9933CC</TD>
<TD width=8 bgColor=#9933cc> </TD>
<TD width=45>#9933FF</TD>
<TD width=8 bgColor=#9933ff> </TD></TR>
<TR>
<TD width=45>#CC3300</TD>
<TD width=8 bgColor=#cc3300> </TD>
<TD width=45>#CC3333</TD>
<TD width=8 bgColor=#cc3333> </TD>
<TD width=45>#CC3366</TD>
<TD width=8 bgColor=#cc3366> </TD>
<TD width=45>#CC3399</TD>
<TD width=8 bgColor=#cc3399> </TD>
<TD width=45>#CC33CC</TD>
<TD width=8 bgColor=#cc33cc> </TD>
<TD width=45>#CC33FF</TD>
<TD width=8 bgColor=#cc33ff> </TD></TR>
<TR>
<TD width=45>#FF3300</TD>
<TD width=8 bgColor=#ff3300> </TD>
<TD width=45>#FF3333</TD>
<TD width=8 bgColor=#ff3333> </TD>
<TD width=45>#FF3366</TD>
<TD width=8 bgColor=#ff3366> </TD>
<TD width=45>#FF3399</TD>
<TD width=8 bgColor=#ff3399> </TD>
<TD width=45>#FF33CC</TD>
<TD width=8 bgColor=#ff33cc> </TD>
<TD width=45>#FF33FF</TD>
<TD width=8 bgColor=#ff33ff> </TD></TR>
<TR>
<TD width=45>#006600</TD>
<TD width=8 bgColor=#006600> </TD>
<TD width=45>#006633</TD>
<TD width=8 bgColor=#006633> </TD>
<TD width=45>#006666</TD>
<TD width=8 bgColor=#006666> </TD>
<TD width=45>#006699</TD>
<TD width=8 bgColor=#006699> </TD>
<TD width=45>#0066CC</TD>
<TD width=8 bgColor=#0066cc> </TD>
<TD width=45>#0066FF</TD>
<TD width=8 bgColor=#0066ff> </TD></TR>
<TR>
<TD width=45>#336600</TD>
<TD width=8 bgColor=#336600> </TD>
<TD width=45>#336633</TD>
<TD width=8 bgColor=#336633> </TD>
<TD width=45>#336666</TD>
<TD width=8 bgColor=#336666> </TD>
<TD width=45>#336699</TD>
<TD width=8 bgColor=#336699> </TD>
<TD width=45>#3366CC</TD>
<TD width=8 bgColor=#3366cc> </TD>
<TD width=45>#3366FF</TD>
<TD width=8 bgColor=#3366ff> </TD></TR>
<TR>
<TD width=45>#666600</TD>
<TD width=8 bgColor=#666600> </TD>
<TD width=45>#666633</TD>
<TD width=8 bgColor=#666633> </TD>
<TD width=45>#666666</TD>
<TD width=8 bgColor=#666666> </TD>
<TD width=45>#666699</TD>
<TD width=8 bgColor=#666699> </TD>
<TD width=45>#6666CC</TD>
<TD width=8 bgColor=#6666cc> </TD>
<TD width=45>#6666FF</TD>
<TD width=8 bgColor=#6666ff> </TD></TR>
<TR>
<TD width=45>#996600</TD>
<TD width=8 bgColor=#996600> </TD>
<TD width=45>#996633</TD>
<TD width=8 bgColor=#996633> </TD>
<TD width=45>#996666</TD>
<TD width=8 bgColor=#996666> </TD>
<TD width=45>#996699</TD>
<TD width=8 bgColor=#996699> </TD>
<TD width=45>#9966CC</TD>
<TD width=8 bgColor=#9966cc> </TD>
<TD width=45>#9966FF</TD>
<TD width=8 bgColor=#9966ff> </TD></TR>
<TR>
<TD width=45>#CC6600</TD>
<TD width=8 bgColor=#cc6600> </TD>
<TD width=45>#CC6633</TD>
<TD width=8 bgColor=#cc6633> </TD>
<TD width=45>#CC6666</TD>
<TD width=8 bgColor=#cc6666> </TD>
<TD width=45>#CC3399</TD>
<TD width=8 bgColor=#cc3399> </TD>
<TD width=45>#CC66CC</TD>
<TD width=8 bgColor=#cc66cc> </TD>
<TD width=45>#CC66FF</TD>
<TD width=8 bgColor=#cc66ff> </TD></TR>
<TR>
<TD width=45>#FF6600</TD>
<TD width=8 bgColor=#ff6600> </TD>
<TD width=45>#FF6633</TD>
<TD width=8 bgColor=#ff6633> </TD>
<TD width=45>#FF6666</TD>
<TD width=8 bgColor=#ff6666> </TD>
<TD width=45>#FF6699</TD>
<TD width=8 bgColor=#ff6699> </TD>
<TD width=45>#FF66CC</TD>
<TD width=8 bgColor=#ff66cc> </TD>
<TD width=45>#FF66FF</TD>
<TD width=8 bgColor=#ff66ff> </TD></TR>
<TR>
<TD width=45>#009900</TD>
<TD width=8 bgColor=#009900> </TD>
<TD width=45>#009933</TD>
<TD width=8 bgColor=#009933> </TD>
<TD width=45>#009966</TD>
<TD width=8 bgColor=#009966> </TD>
<TD width=45>#009999</TD>
<TD width=8 bgColor=#009999> </TD>
<TD width=45>#0099CC</TD>
<TD width=8 bgColor=#0099cc> </TD>
<TD width=45>#0099FF</TD>
<TD width=8 bgColor=#0099ff> </TD></TR>
<TR>
<TD width=45>#339900</TD>
<TD width=8 bgColor=#339900> </TD>
<TD width=45>#339933</TD>
<TD width=8 bgColor=#339933> </TD>
<TD width=45>#339966</TD>
<TD width=8 bgColor=#339966> </TD>
<TD width=45>#339999</TD>
<TD width=8 bgColor=#339999> </TD>
<TD width=45>#3399CC</TD>
<TD width=8 bgColor=#3399cc> </TD>
<TD width=45>#3399FF</TD>
<TD width=8 bgColor=#3399ff> </TD></TR>
<TR>
<TD width=45>#669900</TD>
<TD width=8 bgColor=#669900> </TD>
<TD width=45>#669933</TD>
<TD width=8 bgColor=#669933> </TD>
<TD width=45>#669966</TD>
<TD width=8 bgColor=#669966> </TD>
<TD width=45>#669999</TD>
<TD width=8 bgColor=#669999> </TD>
<TD width=45>#6699CC</TD>
<TD width=8 bgColor=#6699cc> </TD>
<TD width=45>#6699FF</TD>
<TD width=8 bgColor=#6699ff> </TD></TR>
<TR>
<TD width=45>#999900</TD>
<TD width=8 bgColor=#999900> </TD>
<TD width=45>#999933</TD>
<TD width=8 bgColor=#999933> </TD>
<TD width=45>#999966</TD>
<TD width=8 bgColor=#999966> </TD>
<TD width=45>#999999</TD>
<TD width=8 bgColor=#999999> </TD>
<TD width=45>#9999CC</TD>
<TD width=8 bgColor=#9999cc> </TD>
<TD width=45>#9999FF</TD>
<TD width=8 bgColor=#9999ff> </TD></TR>
<TR>
<TD width=45>#CC9900</TD>
<TD width=8 bgColor=#cc9900> </TD>
<TD width=45>#CC9933</TD>
<TD width=8 bgColor=#cc9933> </TD>
<TD width=45>#CC9966</TD>
<TD width=8 bgColor=#cc9966> </TD>
<TD width=45>#CC9999</TD>
<TD width=8 bgColor=#cc9999> </TD>
<TD width=45>#CC99CC</TD>
<TD width=8 bgColor=#cc99cc> </TD>
<TD width=45>#CC99FF</TD>
<TD width=8 bgColor=#cc99ff> </TD></TR>
<TR>
<TD width=45>#FF9900</TD>
<TD width=8 bgColor=#ff9900> </TD>
<TD width=45>#FF9933</TD>
<TD width=8 bgColor=#ff9933> </TD>
<TD width=45>#FF9966</TD>
<TD width=8 bgColor=#ff9966> </TD>
<TD width=45>#FF9999</TD>
<TD width=8 bgColor=#ff9999> </TD>
<TD width=45>#FF99CC</TD>
<TD width=8 bgColor=#ff99cc> </TD>
<TD width=45>#FF99FF</TD>
<TD width=8 bgColor=#ff99ff> </TD></TR>
<TR>
<TD width=45>#00CC00</TD>
<TD width=8 bgColor=#00cc00> </TD>
<TD width=45>#00CC33</TD>
<TD width=8 bgColor=#00cc33> </TD>
<TD width=45>#00CC66</TD>
<TD width=8 bgColor=#00cc66> </TD>
<TD width=45>#00CC99</TD>
<TD width=8 bgColor=#00cc99> </TD>
<TD width=45>#00CCCC</TD>
<TD width=8 bgColor=#00cccc> </TD>
<TD width=45>#00CCFF</TD>
<TD width=8 bgColor=#00ccff> </TD></TR>
<TR>
<TD width=45>#33CC00</TD>
<TD width=8 bgColor=#33cc00> </TD>
<TD width=45>#33CC33</TD>
<TD width=8 bgColor=#33cc33> </TD>
<TD width=45>#33CC66</TD>
<TD width=8 bgColor=#33cc66> </TD>
<TD width=45>#33CC99</TD>
<TD width=8 bgColor=#33cc99> </TD>
<TD width=45>#33CCCC</TD>
<TD width=8 bgColor=#33cccc> </TD>
<TD width=45>#33CCFF</TD>
<TD width=8 bgColor=#33ccff> </TD></TR>
<TR>
<TD width=45>#66CC00</TD>
<TD width=8 bgColor=#66cc00> </TD>
<TD width=45>#66CC33</TD>
<TD width=8 bgColor=#66cc33> </TD>
<TD width=45>#66CC66</TD>
<TD width=8 bgColor=#66cc66> </TD>
<TD width=45>#66CC99</TD>
<TD width=8 bgColor=#66cc99> </TD>
<TD width=45>#66CCCC</TD>
<TD width=8 bgColor=#66cccc> </TD>
<TD width=45>#66CCFF</TD>
<TD width=8 bgColor=#66ccff> </TD></TR>
<TR>
<TD width=45>#99CC00</TD>
<TD width=8 bgColor=#99cc00> </TD>
<TD width=45>#99CC33</TD>
<TD width=8 bgColor=#99cc33> </TD>
<TD width=45>#99CC66</TD>
<TD width=8 bgColor=#99cc66> </TD>
<TD width=45>#99CC99</TD>
<TD width=8 bgColor=#99cc99> </TD>
<TD width=45>#99CCCC</TD>
<TD width=8 bgColor=#99cccc> </TD>
<TD width=45>#99CCFF</TD>
<TD width=8 bgColor=#99ccff> </TD></TR>
<TR>
<TD width=45>#CCCC00</TD>
<TD width=8 bgColor=#cccc00> </TD>
<TD width=45>#CCCC33</TD>
<TD width=8 bgColor=#cccc33> </TD>
<TD width=45>#CCCC66</TD>
<TD width=8 bgColor=#cccc66> </TD>
<TD width=45>#CCCC99</TD>
<TD width=8 bgColor=#cccc99> </TD>
<TD width=45>#CCCCCC</TD>
<TD width=8 bgColor=#cccccc> </TD>
<TD width=45>#CCCCFF</TD>
<TD width=8 bgColor=#ccccff> </TD></TR>
<TR>
<TD width=45>#FFCC00</TD>
<TD width=8 bgColor=#ffcc00> </TD>
<TD width=45>#FFCC33</TD>
<TD width=8 bgColor=#ffcc33> </TD>
<TD width=45>#FFCC66</TD>
<TD width=8 bgColor=#ffcc66> </TD>
<TD width=45>#FFCC99</TD>
<TD width=8 bgColor=#ffcc99> </TD>
<TD width=45>#FFCCCC</TD>
<TD width=8 bgColor=#ffcccc> </TD>
<TD width=45>#FFCCFF</TD>
<TD width=8 bgColor=#ffccff> </TD></TR>
<TR>
<TD width=45>#00FF00</TD>
<TD width=8 bgColor=#00ff00> </TD>
<TD width=45>#00FF33</TD>
<TD width=8 bgColor=#00ff33> </TD>
<TD width=45>#00FF66</TD>
<TD width=8 bgColor=#00ff66> </TD>
<TD width=45>#00FF99</TD>
<TD width=8 bgColor=#00ff99> </TD>
<TD width=45>#00FFCC</TD>
<TD width=8 bgColor=#00ffcc> </TD>
<TD width=45>#00FFFF</TD>
<TD width=8 bgColor=#00ffff> </TD></TR>
<TR>
<TD width=45>#33FF00</TD>
<TD width=8 bgColor=#33ff00> </TD>
<TD width=45>#33FF33</TD>
<TD width=8 bgColor=#33ff33> </TD>
<TD width=45>#33FF66</TD>
<TD width=8 bgColor=#33ff66> </TD>
<TD width=45>#33FF99</TD>
<TD width=8 bgColor=#33ff99> </TD>
<TD width=45>#33FFCC</TD>
<TD width=8 bgColor=#33ffcc> </TD>
<TD width=45>#33FFFF</TD>
<TD width=8 bgColor=#33ffff> </TD></TR>
<TR>
<TD width=45>#66FF00</TD>
<TD width=8 bgColor=#66ff00> </TD>
<TD width=45>#66FF33</TD>
<TD width=8 bgColor=#66ff33> </TD>
<TD width=45>#66FF66</TD>
<TD width=8 bgColor=#66ff66> </TD>
<TD width=45>#66FF99</TD>
<TD width=8 bgColor=#66ff99> </TD>
<TD width=45>#66FFCC</TD>
<TD width=8 bgColor=#66ffcc> </TD>
<TD width=45>#66FFFF</TD>
<TD width=8 bgColor=#66ffff> </TD></TR>
<TR>
<TD width=45>#99FF00</TD>
<TD width=8 bgColor=#99ff00> </TD>
<TD width=45>#99FF33</TD>
<TD width=8 bgColor=#99ff33> </TD>
<TD width=45>#99FF66</TD>
<TD width=8 bgColor=#99ff66> </TD>
<TD width=45>#99FF99</TD>
<TD width=8 bgColor=#99ff99> </TD>
<TD width=45>#99FFCC</TD>
<TD width=8 bgColor=#99ffcc> </TD>
<TD width=45>#99FFFF</TD>
<TD width=8 bgColor=#99ffff> </TD></TR>
<TR>
<TD width=45>#CCFF00</TD>
<TD width=8 bgColor=#ccff00> </TD>
<TD width=45>#CCFF33</TD>
<TD width=8 bgColor=#ccff33> </TD>
<TD width=45>#CCFF66</TD>
<TD width=8 bgColor=#ccff66> </TD>
<TD width=45>#CCFF99</TD>
<TD width=8 bgColor=#ccff99> </TD>
<TD width=45>#CCFFCC</TD>
<TD width=8 bgColor=#ccffcc> </TD>
<TD width=45>#CCFFFF</TD>
<TD width=8 bgColor=#ccffff> </TD></TR>
<TR>
<TD width=45>#FFFF00</TD>
<TD width=8 bgColor=#ffff00> </TD>
<TD width=45>#FFFF33</TD>
<TD width=8 bgColor=#ffff33> </TD>
<TD width=45>#FFFF66</TD>
<TD width=8 bgColor=#ffff66> </TD>
<TD width=45>#FFFF99</TD>
<TD width=8 bgColor=#ffff99> </TD>
<TD width=45>#FFFFCC</TD>
<TD width=8 bgColor=#ffffcc> </TD>
<TD width=45>#FFFFFF</TD>
<TD width=8 bgColor=#ffffff> </TD></TR></TBODY></TABLE>
This list includes the color names too:| Aliceblue #F0F8FF |
Antiquewhite #FAEBD7 |
Aqua #00FFFF |
|||
| Aquamarine #7FFFD4 |
Azure #F0FFFF |
Beige #F5F5DC |
|||
| Bisque #FFE4C4 |
Black #000000 |
Blanchedalmond #FFEBCD |
|||
| Blue #0000FF |
Blueviolet #8A2BE2 |
Brown #A52A2A |
|||
| Burlywood #DEB887 |
Cadetblue #5F9EA0 |
Chartreuse #7FFF00 |
|||
| Chocolate #D2691E |
Coral #FF7F50 |
Cornflowerblue #6495ED |
|||
| Cornsilk #FFF8DC |
Crimson #DC143C |
Cyan #00FFFF |
|||
| Darkblue #00008B |
Darkcyan #008B8B |
Darkgoldenrod #B8860B |
|||
| Darkgray #A9A9A9 |
Darkgreen #006400 |
Darkkhaki #BDB76B |
|||
| Darkmagenta #8B008B |
Darkolivegreen #556B2F |
Darkorange #FF8C00 |
|||
| Darkorchid #9932CC |
Darkred #8B0000 |
Darksalmon #E9967A |
|||
| Darkseagreen #8FBC8F |
Darkslateblue #483D8B |
Darkslategray #2F4F4F |
|||
| Darkturquoise #00CED1 |
Darkviolet #9400D3 |
Deeppink #FF1493 |
|||
| Deepskyblue #00BFFF |
Dimgray #696969 |
Dodgerblue #1E90FF |
|||
| Firebrick #B22222 |
Floralwhite #FFFAF0 |
Forestgreen #228B22 |
|||
| Fuchsia #FF00FF |
Gainsboro #DCDCDC |
Ghostwhite #F8F8FF |
|||
| Gold #FFD700 |
Goldenrod #DAA520 |
Gray #808080 |
|||
| Green #008000 |
Greenyellow #ADFF2F |
Honeydew #F0FFF0 |
|||
| Hotpink #FF69B4 |
Indianred #CD5C5C |
Indigo #4B0082 |
|||
| Ivory #FFFFF0 |
Khaki #F0E68C |
Lavender #E6E6FA |
|||
| Lavenderblush #FFF0F5 |
Lawngreen #7CFC00 |
Lemonchiffon #FFFACD |
|||
| Lightblue #ADD8E6 |
Lightcoral #F08080 |
Lightcyan #E0FFFF |
|||
| Lightgoldenrodyellow #FAFAD2 |
Lightgreen #90EE90 |
Lightgrey #D3D3D3 |
|||
| Lightpink #FFB6C1 |
Lightsalmon #FFA07A |
Lightseagreen #20B2AA |
|||
| Lightskyblue #87CEFA |
Lightslategray #778899 |
Lightsteelblue #B0C4DE |
|||
| Lightyellow #FFFFE0 |
Lime #00FF00 |
Limegreen #32CD32 |
|||
| Linen #FAF0E6 |
Magenta #FF00FF |
Maroon #800000 |
|||
| Mediumaquamarine #66CDAA |
Mediumblue #0000CD |
Mediumorchid #BA55D3 |
|||
| Mediumpurple #9370D8 |
Mediumseagreen #3CB371 |
Mediumslateblue #7B68EE |
|||
| Mediumspringgreen #00FA9A |
Mediumturquoise #48D1CC |
Mediumvioletred #C71585 |
|||
| Midnightblue #191970 |
Mintcream #F5FFFA |
Mistyrose #FFE4E1 |
|||
| Moccasin #FFE4B5 |
Navajowhite #FFDEAD |
Navy #000080 |
|||
| Oldlace #FDF5E6 |
Olive #808000 |
Olivedrab #688E23 |
|||
| Orange #FFA500 |
Orangered #FF4500 |
Orchid #DA70D6 |
|||
| Palegoldenrod #EEE8AA |
Palegreen #98FB98 |
Paleturquoise #AFEEEE |
|||
| Palevioletred #D87093 |
Papayawhip #FFEFD5 |
Peachpuff #FFDAB9 |
|||
| Peru #CD853F |
Pink #FFC0CB |
Plum #DDA0DD |
|||
| Powderblue #B0E0E6 |
Purple #800080 |
Red #FF0000 |
|||
| Rosybrown #BC8F8F |
Royalblue #4169E1 |
Saddlebrown #8B4513 |
|||
| Salmon #FA8072 |
Sandybrown #F4A460 |
Seagreen #2E8B57 |
|||
| Seashell #FFF5EE |
Sienna #A0522D |
Silver #C0C0C0 |
|||
| Skyblue #87CEEB |
Slateblue #6A5ACD |
Slategray #708090 |
|||
| Snow #FFFAFA |
Springgreen #00FF7F |
Steelblue #4682B4 |
|||
| Tan #D2B48C |
Teal #008080 |
Thistle #D8BFD8 |
|||
| Tomato #FF6347 |
Turquoise #40E0D0 |
Violet #EE82EE |
|||
| Wheat #F5DEB3 |
White #FFFFFF |
Whitesmoke #F5F5F5 |
|||
| Yellow #FFFF00 |
YellowGreen #9ACD32 |
<table height="2070">
<TR>
<TD vAlign=top width=140 height="40">Aliceblue<BR>#F0F8FF </TD>
<TD vAlign=top width=22 height="40"> </TD>
<TD vAlign=top width=140 height="40">Antiquewhite<BR>#FAEBD7 </TD>
<TD vAlign=top width=22 bgColor=antiquewhite height="40"> </TD>
<TD vAlign=top width=140 height="40">Aqua<BR>#00FFFF</TD>
<TD width=22 bgColor=aqua height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Aquamarine<BR>#7FFFD4 </TD>
<TD vAlign=top width=22 bgColor=aquamarine height="40"> </TD>
<TD vAlign=top width=140 height="40">Azure<BR>#F0FFFF </TD>
<TD vAlign=top width=22 bgColor=azure height="40"> </TD>
<TD vAlign=top width=140 height="40">Beige<BR>#F5F5DC </TD>
<TD width=22 bgColor=beige height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Bisque<BR>#FFE4C4 </TD>
<TD vAlign=top width=22 bgColor=bisque height="40"> </TD>
<TD vAlign=top width=140 height="40">Black<BR>#000000 </TD>
<TD vAlign=top width=22 bgColor=black height="40"> </TD>
<TD vAlign=top width=140 height="40">Blanchedalmond<BR>#FFEBCD </TD>
<TD width=22 bgColor=blanchedalmond height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Blue<BR>#0000FF </TD>
<TD vAlign=top width=22 bgColor=blue height="40"> </TD>
<TD vAlign=top width=140 height="40">Blueviolet<BR>#8A2BE2 </TD>
<TD vAlign=top width=22 bgColor=blueviolet height="40"> </TD>
<TD vAlign=top width=140 height="40">Brown<BR>#A52A2A </TD>
<TD width=22 bgColor=brown height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Burlywood<BR>#DEB887 </TD>
<TD vAlign=top width=22 bgColor=burlywood height="40"> </TD>
<TD vAlign=top width=140 height="40">Cadetblue<BR>#5F9EA0 </TD>
<TD vAlign=top width=22 bgColor=cadetblue height="40"> </TD>
<TD vAlign=top width=140 height="40">Chartreuse<BR>#7FFF00 </TD>
<TD width=22 bgColor=chartreuse height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Chocolate<BR>#D2691E </TD>
<TD vAlign=top width=22 bgColor=chocolate height="40"> </TD>
<TD vAlign=top width=140 height="40">Coral<BR>#FF7F50 </TD>
<TD vAlign=top width=22 bgColor=coral height="40"> </TD>
<TD vAlign=top width=140 height="40">Cornflowerblue<BR>#6495ED </TD>
<TD width=22 bgColor=cornflowerblue height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Cornsilk<BR>#FFF8DC </TD>
<TD vAlign=top width=22 bgColor=cornsilk height="40"> </TD>
<TD vAlign=top width=140 height="40">Crimson<BR>#DC143C </TD>
<TD vAlign=top width=22 bgColor=crimson height="40"> </TD>
<TD vAlign=top width=140 height="40">Cyan<BR>#00FFFF </TD>
<TD width=22 bgColor=cyan height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Darkblue<BR>#00008B </TD>
<TD vAlign=top width=22 bgColor=darkblue height="40"> </TD>
<TD vAlign=top width=140 height="40">Darkcyan<BR>#008B8B </TD>
<TD vAlign=top width=22 bgColor=darkcyan height="40"> </TD>
<TD vAlign=top width=140 height="40">Darkgoldenrod<BR>#B8860B </TD>
<TD width=22 bgColor=darkgoldenrod height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Darkgray<BR>#A9A9A9 </TD>
<TD vAlign=top width=22 bgColor=darkgray height="40"> </TD>
<TD vAlign=top width=140 height="40">Darkgreen<BR>#006400 </TD>
<TD vAlign=top width=22 bgColor=darkgreen height="40"> </TD>
<TD vAlign=top width=140 height="40">Darkkhaki<BR>#BDB76B </TD>
<TD width=22 bgColor=darkkhaki height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Darkmagenta<BR>#8B008B </TD>
<TD vAlign=top width=22 bgColor=darkmagenta height="40"> </TD>
<TD vAlign=top width=140 height="40">Darkolivegreen<BR>#556B2F </TD>
<TD vAlign=top width=22 bgColor=darkolivegreen height="40"> </TD>
<TD vAlign=top width=140 height="40">Darkorange<BR>#FF8C00 </TD>
<TD width=22 bgColor=darkorange height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Darkorchid<BR>#9932CC </TD>
<TD vAlign=top width=22 bgColor=darkorchid height="40"> </TD>
<TD vAlign=top width=140 height="40">Darkred<BR>#8B0000 </TD>
<TD vAlign=top width=22 bgColor=darkred height="40"> </TD>
<TD vAlign=top width=140 height="40">Darksalmon<BR>#E9967A </TD>
<TD width=22 bgColor=darksalmon height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Darkseagreen<BR>#8FBC8F </TD>
<TD vAlign=top width=22 bgColor=darkseagreen height="40"> </TD>
<TD vAlign=top width=140 height="40">Darkslateblue<BR>#483D8B </TD>
<TD vAlign=top width=22 bgColor=darkslateblue height="40"> </TD>
<TD vAlign=top width=140 height="40">Darkslategray<BR>#2F4F4F </TD>
<TD width=22 bgColor=darkslategray height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="42">Darkturquoise<BR>#00CED1 </TD>
<TD vAlign=top width=22 bgColor=darkturquoise height="42"> </TD>
<TD vAlign=top width=140 height="42">Darkviolet<BR>#9400D3 </TD>
<TD vAlign=top width=22 bgColor=darkviolet height="42"> </TD>
<TD vAlign=top width=140 height="42">Deeppink<BR>#FF1493 </TD>
<TD width=22 bgColor=deeppink height="42"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Deepskyblue<BR>#00BFFF </TD>
<TD vAlign=top width=22 bgColor=deepskyblue height="40"> </TD>
<TD vAlign=top width=140 height="40">Dimgray<BR>#696969 </TD>
<TD vAlign=top width=22 bgColor=dimgray height="40"> </TD>
<TD vAlign=top width=140 height="40">Dodgerblue<BR>#1E90FF </TD>
<TD width=22 bgColor=dodgerblue height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Firebrick<BR>#B22222 </TD>
<TD vAlign=top width=22 bgColor=firebrick height="40"> </TD>
<TD vAlign=top width=140 height="40">Floralwhite<BR>#FFFAF0 </TD>
<TD vAlign=top width=22 bgColor=floralwhite height="40"> </TD>
<TD vAlign=top width=140 height="40">Forestgreen<BR>#228B22 </TD>
<TD width=22 bgColor=forestgreen height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Fuchsia<BR>#FF00FF </TD>
<TD vAlign=top width=22 bgColor=fuchsia height="40"> </TD>
<TD vAlign=top width=140 height="40">Gainsboro<BR>#DCDCDC </TD>
<TD vAlign=top width=22 bgColor=gainsboro height="40"> </TD>
<TD vAlign=top width=140 height="40">Ghostwhite<BR>#F8F8FF </TD>
<TD width=22 bgColor=ghostwhite height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Gold<BR>#FFD700 </TD>
<TD vAlign=top width=22 bgColor=gold height="40"> </TD>
<TD vAlign=top width=140 height="40">Goldenrod<BR>#DAA520 </TD>
<TD vAlign=top width=22 bgColor=goldenrod height="40"> </TD>
<TD vAlign=top width=140 height="40">Gray<BR>#808080 </TD>
<TD width=22 bgColor=gray height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Green<BR>#008000 </TD>
<TD vAlign=top width=22 bgColor=green height="40"> </TD>
<TD vAlign=top width=140 height="40">Greenyellow<BR>#ADFF2F </TD>
<TD vAlign=top width=22 bgColor=greenyellow height="40"> </TD>
<TD vAlign=top width=140 height="40">Honeydew<BR>#F0FFF0 </TD>
<TD width=22 bgColor=honeydew height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Hotpink<BR>#FF69B4 </TD>
<TD vAlign=top width=22 bgColor=hotpink height="40"> </TD>
<TD vAlign=top width=140 height="40">Indianred<BR>#CD5C5C </TD>
<TD vAlign=top width=22 bgColor=indianred height="40"> </TD>
<TD vAlign=top width=140 height="40">Indigo<BR>#4B0082 </TD>
<TD width=22 bgColor=indigo height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Ivory<BR>#FFFFF0 </TD>
<TD vAlign=top width=22 bgColor=ivory height="40"> </TD>
<TD vAlign=top width=140 height="40">Khaki<BR>#F0E68C </TD>
<TD vAlign=top width=22 bgColor=khaki height="40"> </TD>
<TD vAlign=top width=140 height="40">Lavender<BR>#E6E6FA </TD>
<TD width=22 bgColor=lavender height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Lavenderblush<BR>#FFF0F5 </TD>
<TD vAlign=top width=22 bgColor=lavenderblush height="40"> </TD>
<TD vAlign=top width=140 height="40">Lawngreen<BR>#7CFC00 </TD>
<TD vAlign=top width=22 bgColor=lawngreen height="40"> </TD>
<TD vAlign=top width=140 height="40">Lemonchiffon<BR>#FFFACD </TD>
<TD width=22 bgColor=lemonchiffon height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Lightblue<BR>#ADD8E6 </TD>
<TD vAlign=top width=22 bgColor=lightblue height="40"> </TD>
<TD vAlign=top width=140 height="40">Lightcoral<BR>#F08080 </TD>
<TD vAlign=top width=22 bgColor=lightcoral height="40"> </TD>
<TD vAlign=top width=140 height="40">Lightcyan<BR>#E0FFFF </TD>
<TD width=22 bgColor=lightcyan height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Lightgoldenrodyellow<BR>#FAFAD2 </TD>
<TD vAlign=top width=22 bgColor=lightgoldenrodyellow height="40"> </TD>
<TD vAlign=top width=140 height="40">Lightgreen<BR>#90EE90 </TD>
<TD vAlign=top width=22 bgColor=lightgreen height="40"> </TD>
<TD vAlign=top width=140 height="40">Lightgrey<BR>#D3D3D3 </TD>
<TD width=22 bgColor=lightgrey height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Lightpink<BR>#FFB6C1 </TD>
<TD vAlign=top width=22 bgColor=lightpink height="40"> </TD>
<TD vAlign=top width=140 height="40">Lightsalmon<BR>#FFA07A </TD>
<TD vAlign=top width=22 bgColor=lightsalmon height="40"> </TD>
<TD vAlign=top width=140 height="40">Lightseagreen<BR>#20B2AA </TD>
<TD width=22 bgColor=lightseagreen height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Lightskyblue<BR>#87CEFA </TD>
<TD vAlign=top width=22 bgColor=lightskyblue height="40"> </TD>
<TD vAlign=top width=140 height="40">Lightslategray<BR>#778899 </TD>
<TD vAlign=top width=22 bgColor=lightslategray height="40"> </TD>
<TD vAlign=top width=140 height="40">Lightsteelblue<BR>#B0C4DE </TD>
<TD width=22 bgColor=lightsteelblue height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Lightyellow<BR>#FFFFE0 </TD>
<TD vAlign=top width=22 bgColor=lightyellow height="40"> </TD>
<TD vAlign=top width=140 height="40">Lime<BR>#00FF00 </TD>
<TD vAlign=top width=22 bgColor=lime height="40"> </TD>
<TD vAlign=top width=140 height="40">Limegreen<BR>#32CD32 </TD>
<TD width=22 bgColor=limegreen height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Linen<BR>#FAF0E6 </TD>
<TD vAlign=top width=22 bgColor=linen height="40"> </TD>
<TD vAlign=top width=140 height="40">Magenta<BR>#FF00FF </TD>
<TD vAlign=top width=22 bgColor=magenta height="40"> </TD>
<TD vAlign=top width=140 height="40">Maroon<BR>#800000 </TD>
<TD width=22 bgColor=maroon height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Mediumaquamarine<BR>#66CDAA </TD>
<TD vAlign=top width=22 bgColor=mediumaquamarine height="40"> </TD>
<TD vAlign=top width=140 height="40">Mediumblue<BR>#0000CD </TD>
<TD vAlign=top width=22 bgColor=mediumblue height="40"> </TD>
<TD vAlign=top width=140 height="40">Mediumorchid<BR>#BA55D3 </TD>
<TD width=22 bgColor=mediumorchid height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Mediumpurple<BR>#9370D8 </TD>
<TD vAlign=top width=22 bgColor=mediumpurple height="40"> </TD>
<TD vAlign=top width=140 height="40">Mediumseagreen<BR>#3CB371 </TD>
<TD vAlign=top width=22 bgColor=mediumseagreen height="40"> </TD>
<TD vAlign=top width=140 height="40">Mediumslateblue<BR>#7B68EE </TD>
<TD width=22 bgColor=mediumslateblue height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Mediumspringgreen<BR>#00FA9A </TD>
<TD vAlign=top width=22 bgColor=mediumspringgreen height="40"> </TD>
<TD vAlign=top width=140 height="40">Mediumturquoise<BR>#48D1CC </TD>
<TD vAlign=top width=22 bgColor=mediumturquoise height="40"> </TD>
<TD vAlign=top width=140 height="40">Mediumvioletred<BR>#C71585 </TD>
<TD width=22 bgColor=mediumvioletred height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Midnightblue<BR>#191970 </TD>
<TD vAlign=top width=22 bgColor=midnightblue height="40"> </TD>
<TD vAlign=top width=140 height="40">Mintcream<BR>#F5FFFA </TD>
<TD vAlign=top width=22 bgColor=mintcream height="40"> </TD>
<TD vAlign=top width=140 height="40">Mistyrose<BR>#FFE4E1 </TD>
<TD width=22 bgColor=mistyrose height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Moccasin<BR>#FFE4B5 </TD>
<TD vAlign=top width=22 bgColor=moccasin height="40"> </TD>
<TD vAlign=top width=140 height="40">Navajowhite<BR>#FFDEAD </TD>
<TD vAlign=top width=22 bgColor=navajowhite height="40"> </TD>
<TD vAlign=top width=140 height="40">Navy<BR>#000080 </TD>
<TD width=22 bgColor=navy height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Oldlace<BR>#FDF5E6 </TD>
<TD vAlign=top width=22 bgColor=oldlace height="40"> </TD>
<TD vAlign=top width=140 height="40">Olive<BR>#808000 </TD>
<TD vAlign=top width=22 bgColor=olive height="40"> </TD>
<TD vAlign=top width=140 height="40">Olivedrab<BR>#688E23 </TD>
<TD width=22 bgColor=olivedrab height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Orange<BR>#FFA500 </TD>
<TD vAlign=top width=22 bgColor=orange height="40"> </TD>
<TD vAlign=top width=140 height="40">Orangered<BR>#FF4500 </TD>
<TD vAlign=top width=22 bgColor=orangered height="40"> </TD>
<TD vAlign=top width=140 height="40">Orchid<BR>#DA70D6 </TD>
<TD width=22 bgColor=orchid height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Palegoldenrod<BR>#EEE8AA </TD>
<TD vAlign=top width=22 bgColor=palegoldenrod height="40"> </TD>
<TD vAlign=top width=140 height="40">Palegreen<BR>#98FB98 </TD>
<TD vAlign=top width=22 bgColor=palegreen height="40"> </TD>
<TD vAlign=top width=140 height="40">Paleturquoise<BR>#AFEEEE </TD>
<TD width=22 bgColor=paleturquoise height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Palevioletred<BR>#D87093 </TD>
<TD vAlign=top width=22 bgColor=palevioletred height="40"> </TD>
<TD vAlign=top width=140 height="40">Papayawhip<BR>#FFEFD5 </TD>
<TD vAlign=top width=22 bgColor=papayawhip height="40"> </TD>
<TD vAlign=top width=140 height="40">Peachpuff<BR>#FFDAB9 </TD>
<TD width=22 bgColor=peachpuff height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Peru<BR>#CD853F </TD>
<TD vAlign=top width=22 bgColor=peru height="40"> </TD>
<TD vAlign=top width=140 height="40">Pink<BR>#FFC0CB </TD>
<TD vAlign=top width=22 bgColor=pink height="40"> </TD>
<TD vAlign=top width=140 height="40">Plum<BR>#DDA0DD </TD>
<TD width=22 bgColor=plum height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Powderblue<BR>#B0E0E6 </TD>
<TD vAlign=top width=22 bgColor=powderblue height="40"> </TD>
<TD vAlign=top width=140 height="40">Purple<BR>#800080 </TD>
<TD vAlign=top width=22 bgColor=purple height="40"> </TD>
<TD vAlign=top width=140 height="40">Red<BR>#FF0000 </TD>
<TD width=22 bgColor=red height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Rosybrown<BR>#BC8F8F </TD>
<TD vAlign=top width=22 bgColor=rosybrown height="40"> </TD>
<TD vAlign=top width=140 height="40">Royalblue<BR>#4169E1 </TD>
<TD vAlign=top width=22 bgColor=royalblue height="40"> </TD>
<TD vAlign=top width=140 height="40">Saddlebrown<BR>#8B4513 </TD>
<TD width=22 bgColor=saddlebrown height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Salmon<BR>#FA8072 </TD>
<TD vAlign=top width=22 bgColor=salmon height="40"> </TD>
<TD vAlign=top width=140 height="40">Sandybrown<BR>#F4A460 </TD>
<TD vAlign=top width=22 bgColor=sandybrown height="40"> </TD>
<TD vAlign=top width=140 height="40">Seagreen<BR>#2E8B57 </TD>
<TD width=22 bgColor=seagreen height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Seashell<BR>#FFF5EE </TD>
<TD vAlign=top width=22 bgColor=seashell height="40"> </TD>
<TD vAlign=top width=140 height="40">Sienna<BR>#A0522D </TD>
<TD vAlign=top width=22 bgColor=sienna height="40"> </TD>
<TD vAlign=top width=140 height="40">Silver<BR>#C0C0C0 </TD>
<TD width=22 bgColor=silver height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Skyblue<BR>#87CEEB </TD>
<TD vAlign=top width=22 bgColor=skyblue height="40"> </TD>
<TD vAlign=top width=140 height="40">Slateblue<BR>#6A5ACD </TD>
<TD vAlign=top width=22 bgColor=slateblue height="40"> </TD>
<TD vAlign=top width=140 height="40">Slategray<BR>#708090 </TD>
<TD width=22 bgColor=slategray height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Snow<BR>#FFFAFA </TD>
<TD vAlign=top width=22 bgColor=snow height="40"> </TD>
<TD vAlign=top width=140 height="40">Springgreen<BR>#00FF7F </TD>
<TD vAlign=top width=22 bgColor=springgreen height="40"> </TD>
<TD vAlign=top width=140 height="40">Steelblue<BR>#4682B4 </TD>
<TD width=22 bgColor=steelblue height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Tan<BR>#D2B48C </TD>
<TD vAlign=top width=22 bgColor=tan height="40"> </TD>
<TD vAlign=top width=140 height="40">Teal<BR>#008080 </TD>
<TD vAlign=top width=22 bgColor=teal height="40"> </TD>
<TD vAlign=top width=140 height="40">Thistle<BR>#D8BFD8 </TD>
<TD width=22 bgColor=thistle height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Tomato<BR>#FF6347 </TD>
<TD vAlign=top width=22 bgColor=tomato height="40"> </TD>
<TD vAlign=top width=140 height="40">Turquoise<BR>#40E0D0 </TD>
<TD vAlign=top width=22 bgColor=turquoise height="40"> </TD>
<TD vAlign=top width=140 height="40">Violet<BR>#EE82EE </TD>
<TD width=22 bgColor=violet height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Wheat<BR>#F5DEB3 </TD>
<TD vAlign=top width=22 bgColor=wheat height="40"> </TD>
<TD vAlign=top width=140 height="40">White<BR>#FFFFFF </TD>
<TD vAlign=top width=22 bgColor=white height="40"> </TD>
<TD vAlign=top width=140 height="40">Whitesmoke<BR>#F5F5F5 </TD>
<TD width=22 bgColor=whitesmoke height="40"> </TD></TR>
<TR>
<TD vAlign=top width=140 height="40">Yellow<BR>#FFFF00 </TD>
<TD vAlign=top width=22 bgColor=yellow height="40"> </TD>
<TD vAlign=top width=140 height="40">YellowGreen<BR>#9ACD32 </TD>
<TD vAlign=top width=22 bgColor=yellowgreen height="40"> </TD>
<TD vAlign=top width=140 height="40"> </TD>
<TD width=22 height="40"> </TD></TR>
</table>
In your html tutorial on marquees you left the features on marquees rather sparse, here is a suggested continuation on your marquee tutorial:
If you would like the marquee to stop once it has scrolled across the page, you can change alternate to slide, also.
To make the marquee scroll faster, you will have to add scrollamount (which makes the marquee move a greater distance at a time), and to make it scroll slower, you can add scrolldelay (which makes the marquee move between larger amounts of time). Here is an example of a marquee using scrolldelay to slow it down.
<marquee scrolldelay=500>Welcome</marquee>
And this marquee uses scrollamount:
<marquee scrollamount=50>Welcome</marquee>
To make the marquee scroll a specific amount of times, you can use loop=.
For example:
<marquee loop=2>Welcome</marquee>
That will make the marquee scroll twice.
Next, you can make the marquee scroll in a smaller area, by using width.
Here is an example:
<marquee width=200>Welcome</marquee>
Finally, you not only can put the text "Welcome" in a marquee, you can also use images and text formatting, as described in other sections of this html tutorial.
Well, i am getting bored... I may update this blog with more posts which have other suggestions for tagteamtech.com, but for now, happy late birthday... -----contributed by nilsmo, the bored one who wants to make your life a bit easier---

1 Comments:
Wow. Good job. Scotaro must be VERY happy. (I'm DrWorm)
By
Eric, at 1:51 PM
Post a Comment
<< Home