Search This Blog

HTML Select Tag Example

HTML Select Tag Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Select Tag Example </h2>
<select>
<option> item 1 </option>
<option> item 2 </option>
</select>
<select>
<option> item 1 </option>
<option> item 2 </option>
<option> item 3 </option>
<option> item 4 </option>
</select>
</body>
</html>
OUTPUT
HTML Select Tag Example

No comments:

Post a Comment