HTML

FacebookTwitter
http://www.smashingmagazine.com/2009/07/06/html-5-cheat-sheet-pdf/

HTML 5 Cheat Sheet (PDF) - Smashing Magazine

XHTML 2 is dead, long live HTML 5! According to W3C News Archive, XHTML 2 working group is expected to stop work end of 2009 and W3C is planning to increase resources on HTML 5 instead. And even although HTML 5 won’t be completely supported until 2022 , it doesn’t mean that it won’t be widely adopted within the foreseeable future. So in the spirit of the upcoming change we decided to release a handy printable HTML 5 Cheat Sheet that lists all currently supported tags, their descriptions, their attributes and their support in HTML 4. Please notice that the specification is an ongoing work, and is expected to remain so for many years, although parts of HTML 5 are going to be finished and implemented in browsers before the whole specification reaches final Recommendation status. We’ll do our best to update the cheat sheet when new changes will become known.
HTML5

HTML color codes

Quick links About codes and colors and how to apply Major hexadecimal color codes Color Code Chart Top 50 most viewed colors HTML help About color codes and how to apply HTML color codes are hexadecimal triplets representing the colors red, green, and blue (#RRGGBB). http://www.computerhope.com/htmcolor.htm
http://www.web-source.net/html_codes_chart.htm

HTML Tags / Codes / Web Page Design

Numbered <ol> <li>List item 1</li> <li>List item 2</li> <li>List item 3</li> <li>List item 4</li> </ol> Numbered Special Start <ol start="5"> <li>List item 1</li> <li>List item 2</li> <li>List item 3</li> <li>List item 4</li> </ol> Lowercase Letters