w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



select ... ⁄select syntax

Syntax select

Examples select syntax

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

<select>
...
</select>

</body>
</html>

Video demonstration select element, syntax

HTML5 select element, syntax Tutorial

min video details
00:05 video tutorial: select element, syntax
00:10 adding select element in page
00:14 select element has:

- a start tag: <select>
- and an end tag: <⁄select>
both required!
select intro select browser display select parents - children select Placeholder Label Optionselect Constraintsselect Exampleselect autofocus attributeselect disabled attributeselect multiple attributeselect required attributeselect size attribute