w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



col syntax

Syntax col

Examples col syntax

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

<table>
<colgroup><col></colgroup>
...
</table>

</body>
</html>

Video demonstration col element, syntax

HTML5 col element, syntax Tutorial

min video details
00:04 video tutorial: col element, syntax
00:12 adding col element in page
00:16 col element has:
- only the start tag: <col>
- no end tag
- no content
- it's a void element
col intro col browser display col parents col span attribute