1.

Create a web page as follows to display a list contains items.

Answer»

To create a list box set the size property of <Select> tag to more than 1.

<html>

<head>

</head>

<body>

House Hold ltems<Br>

<select size=3>

<option>TV

<option>Fridge

<option selected>Washing Machine </select>

</body>

</html>



Discussion

No Comment Found