Get Certified on your expert knowledge

Brainbench grant you full access to assessments and certifications covering over 600 skills in demand for today's marketplace.
Visit the site and get certified. Click Here to take some FREE tests.

Wednesday, June 20, 2012

HTML5 and CSS3 - Part 3 (Global Atrributes)

HTML5 Global Attributes

Refer the below link for global attributes that can be used on any HTML5 element.

HTML4 & 5 Global Attributes - accesskey

In HTML5, the accesskey attribute can be used on any HTML element (it will validate on any HTML element. However, it is not necessarily useful).
In HTML 4.01, the accesskey attribute can be used with:
a, area, button, input, label, legend, and textarea.



Note: Use Alt + accessKey (or Shift + Alt + accessKey) to access the element with the specified access key.

Click Here to view the demo

HTML5 Global Attributes - contenteditable

The contenteditable attribute is new in HTML5.

Click Here to view the demo

HTML5 Drag and Drop Example 

 

 Click Here to view the demo

No comments:

Post a Comment