w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



sup ... ⁄sup syntax

Syntax sup

Examples sup syntax

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

<sup>
...
</sup>

</body>
</html>

Video demonstration sup element, syntax

HTML5 sup element, syntax Tutorial

min video details
00:04 video tutorial: sup element, syntax
00:08 adding sup element in page
00:14 sup element has:

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