w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



ul ... ⁄ul syntax

Syntax ul

Examples ul syntax

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

<ul>
...
</ul>

</body>
</html>

Video demonstration ul element, syntax

HTML5 ul element, syntax Tutorial

min video details
00:07 adding the ul element in page
00:14 the ul element has:

- a start tag: <ul>
- an end tag: <⁄ul>
both required!
ul intro ul optional, occurrences ul browser display ul parents - children