HTML5 has introduced many features to the browser;  some HTML-based, some in the form of JavaScript APIs, but all of them useful.  One of my favorites if the introduction of the placeholder attribute to INPUT elements.  The placeholder attribute shows text in a field until the field is focused upon, then hides the text.  You’ve [...]

Follow Me! Twitter | Facebook | LinkedIn | MooTools Forge.

Full David Walsh Blog Post: HTML5′s placeholder Attribute

Related posts:
  1. Using SCRIPT’s defer Attribute
  2. HTML5 Link Prefetching
  3. HTML5 classList API
  4. Using HTML5 Web Storage
  5. HTML5: Wrap Block-Level Elements with A’s