w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



dl ... ⁄dl syntax

Syntax dl

Examples dl syntax

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

<dl>
...
</dl>

</body>
</html>

Video demonstration dl element, syntax

HTML5 dl element, syntax Tutorial

min video details
00:04 video tutorial: dl element, syntax
00:08 adding dl element in page
00:11 dl element has:

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