Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

Level 8 lesson 7

need help
by

1 Answer

iamabhishek
Here is the correct answer:

<!DOCTYPE html>
<html>
<head>
<title>
My Webpage Title
</title>
</head>
<body>
<form>
<input type="radio" name="time" value="day"/>
<label>Day</label>
<input type="radio" name="time" value="Night"/>
<label>Night</label>
</form>
</body>
</html>

Login / Signup to Answer the Question.