w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



small ... ⁄small syntax

Syntax small

Examples small syntax

Valid Syntax
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html>
<head>
<title>...</title>
</head>
<body>

<small>
...
</small>

</body>
</html>

Video demonstration small element, syntax

HTML5 small element, syntax Tutorial

min video details
00:04 video tutorial: small element, syntax
00:10 adding small element in page
00:14 small element has:

- a start tag: <small>
- and an end tag: <⁄small>
both required!
small intro small browser display small parents - children