Will someone please tell me how to make my drop down list link to different url?
Code:
<!DOCTYPE html>
<html lang=en>
<head>
<meta charset=utf-8/>
<title></title>
<link rel=stylesheet href=style.css />
</head>
<body>
<label for="Websites">Websites:</label>
<select id="Websites" name="Websites">
<option value="Google">Google</option>
<option value="Facebook">Facebook</option>
<option value="Twitter">Twitter</option>
<option value="Pinterest">Pinterest</option>
</select>
</body>
</html>
Last edited by a moderator: