<!DOCTYPE html PUBLIC” -//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml/DTD/xhtmll-transitional.dtd>
<html>
<head>
<style type ="text/css">
</style>
</head>
<body>
<form>
What do you want to do today?
<select name="activities">
<option value ="play" > play the guitar</option>
<option value ="a" > play the video games</option>
<option value ="b" > play the youtube</option>
<option value ="c" > play the igtv</option>
<option value ="d" > teach</option>
<option value ="ey" > coffee</option>
<option value ="f" > bath</option>
</select>
</form>
</body>
</html>
<html>
<head>
<style type ="text/css">
</style>
</head>
<body>
<form>
What do you want to do today?
<select name="activities">
<option value ="play" > play the guitar</option>
<option value ="a" > play the video games</option>
<option value ="b" > play the youtube</option>
<option value ="c" > play the igtv</option>
<option value ="d" > teach</option>
<option value ="ey" > coffee</option>
<option value ="f" > bath</option>
</select>
</form>
</body>
</html>
Comments
Post a Comment