w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



ol ... ⁄ol syntax

Syntax ol

Examples ol syntax

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

<ol>...</ol>

</body>
</html>

Video demonstration ol element, syntax

HTML5 ol element, syntax Tutorial

min video details
00:05 adding the ol element in page
00:14 the ol element has:

- a start tag: <ol>
- an end tag: <⁄ol>
ol intro ol, optional, occurrences ol browser display ol parents - children ol vs ulol reversed attributeol start attributeol type attribute