Write html code for the following
Answers
Answer:
apple
Explanation:
please follow me
<html>
<head>
<meta name ="viewport "
content="width=device-width, initial-scale=1.0">
<title>
Ice Cream Order Form
</head>
<body>
<h1>Ice Cream Order Form</h1>
<form action="orderplaced.html">
Email:<input type="email "
<bring>
password:<input type="password">
<br>
Flavor:<input type="text">
<br>
Toppings:
<input type="checkbox">Sprinkles
<input type="checkbox">Nuts
<input type="checkbox ">Whipped
Cream
<br>
Cup or Cone?
<input type="radio">Cup
<input type="radio">plain Cone
<input type="radio">Sugar Cone
<input type="radio">Waffle Cone
<br>
Special Request:
<br>
input type="submit" value="Submit Form"><input type="reset"
value="Reset Form">
</form)
</body)
</html)
Plz Plz Plz mark as brainlist!!!!!