w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



sub ... ⁄sub syntax

Syntax sub

Examples sub syntax

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

<sub>
...
</sub>

</body>
</html>

Video demonstration sub element, syntax

HTML5 sub element, syntax Tutorial

min video details
00:04 video tutorial: sub element, syntax
00:09 adding sub element in page
00:13 sub element has:

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