May 22, 2012 in HTML
HTML Cheat Sheet – Quick Reference
Basic Document <!DOCTYPE html> <html> <head> <title>Title goes here</title> </head> <body> Visible text goes here... </body> </html> ...
May 22, 2012 in HTML
HTML Color Names – Sorted by Color Name
Color Names Supported by All Browsers 147 color names are defined in the HTML and CSS color specification (16 basic color names plus 130 more). The table below lists them all, along with their hexadec ...