W3-Video WEB Tutorials

w3-video.com is a Free eLearning Website with over 500 video tutorials on HTML5, XAMPP, Firefox, Notepad++

HTML5 Tutorial

Home HTML5 XAMPP htaccess Firefox Notepad++


2. HTML5 Global Attributes

Share it

<elementattribute="value(s)">video demo examples
2. global attributes
1.accesskey=keyboard key» img<html accesskey="h"> ... <⁄html>
2.class=class name» html » img<html class="class_name"> ... <⁄html>
3.contenteditable="",  , true, false » html<html contenteditable="true"> ... <⁄html>
4.contextmenu=menu id value» html<html contextmenu="menu_id_value"> ... <⁄html>
5.data-*= value -<html data-http-error="404"> ... <⁄html>
6.dir=ltr, rtl, auto» html<html dir="ltr"> ... <⁄html>
7.draggable= true,  , false» img<html draggable="false"> ... <⁄html>
8.dropzone= copy, move, link, string:, file: -<html dropzone="copy"> ... <⁄html>
9.hidden= "",  , hidden» html » img<html hidden="hidden"> ... <⁄html>
10.id=id name» html » img<html id="unique_id_name"> ... <⁄html>
11.itemid= URL --
12.itemprop= string » link » a<link itemprop="url" href="http://imdb.com/name/007/">
13.itemref= string --
14.itemscope= "",  , itemscope--
15.itemtype= absolute URL --
16.lang=language code » html» head » title» img<html lang="en"> ... <⁄html>
17.spellcheck="",  , true, false» html<html spellcheck="true"> ... <⁄html>
18.style=CSS property:value» html» img<html style="color:red"> ... <⁄html>
19.tabindex= integer » img<html tabindex="3"> ... <⁄html>
20.title=text » html » link » style » abbr
» dfn » img » meter
<html title="html page"> ... <⁄html>
21.translate="", yes, no» html » img<html translate="yes"> ... <⁄html>