W3-Video WEB Tutorials

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

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++


small ... ⁄small


Share it

small intro small browser display small parents - children small syntax

HTML5 small element

The small element allows you to mark up a fine print (a small print). »video

About small

Display & support small

Firefox iconChrome iconIE iconOpera iconSafari icon

Parents, children small

Attributes small

Syntax small

1<small> ... </small> »video

Attributes and Values small (comma separated)

<smallattribute="attribute_value(s)"> Video Examples
1. specific attributes
All Specific Attributes
2. global attributes
1.accesskey=keyboard key»img<small accesskey="h"> ... </small>
2.class=class name»html »img<small class="class_name"> ... </small>
3.contenteditable="",  , true, false »html<small contenteditable="true"> ... </small>
4.contextmenu=menu id value»html<small contextmenu="menu_id_value"> ... </small>
5.data-*= value -<small data-http-error="404"> ... </small>
6.dir=ltr, rtl, auto»html<small dir="ltr"> ... </small>
7.draggable= true,  , false»img<small draggable="false"> ... </small>
8.dropzone= copy, move, link, string:, file: -<small dropzone="copy"> ... </small>
9.hidden= "",  , hidden»html »img<small hidden="hidden"> ... </small>
10.id=id name»html »img<small id="unique_id_name"> ... </small>
11.itemid= URL --
12.itemprop= string »link »a-
13.itemref= string --
14.itemscope= "",  , itemscope--
15.itemtype= absolute URL --
16.lang=language code »html »head»title »img<small lang="en"> ... </small>
17.spellcheck="",  , true, false»html<small spellcheck="true"> ... </small>
18.style=CSS property:value»html »img<small style="color:red"> ... </small>
19.tabindex= integer »img<small tabindex="3"> ... </small>
20.title=text»html »link»style »abbr»dfn
»img »meter
<small title="html page"> ... </small>
21.translate="", yes, no»html »img<small translate="yes"> ... </small>
All Global Attributes
3. global event attributes
1.onclick=script» list<element onclick="script" > ...
2.ondblclick=script» list<element ondblclick="script" > ...
All Event Attributes

Video demonstration small element

HTML5 small element: mark up a fine print

min video details
00:00 video tutorial: small element
00:05 small element allows you to mark a fine print ⁄ small print
00:10 examples of fine print ⁄ small print
1. in an article
2. on a product label
00:25 in our document, let's identify the parts that correspond to a small print
00:36 the source of this article can represent a small print
00:44 let's mark it accordingly, using small element
00:59 when selling books: side details can represent a small print
01:06 let's mark this small print accordingly, using small element

For more information about the small element, please see the specs: W3CWHATWG