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

My answer is correct why make a wrong them?

I do have not time please help suggest how to solve the
problem.
by

7 Answers

sam5epi0l
Please provide level and lesson id, you need help with.
Abhishekigx7y
<!DOCTYPE html>
<html>
<head>
<title>
My Radiobutton Form
</title>
</head>
<body>
<form>
<label>Time</label><br>
<input type="time" name="time" value="time">
<br>
<label for="day">Day:</label><br>
<input type="radio" name="time"value="day">
<br>
<label for="night">Night:</label><br>
<input type="radio" name="time" value="night">
<br>
</form>
</body>
Abhishekigx7y
<!DOCTYPE html>
<html>
<head>
<title>
My Radiobutton Form
</title>
</head>
<body>
<form>
<label>Time</label><br>
<input type="time" name="time" value="time">
<br>
<label for="day">Day:</label><br>
<input type="radio" name="time"value="day">
<br>
<label for="night">Night:</label><br>
<input type="radio" name="time" value="night">
<br>
</form>
</body>
Abhishekigx7y
<!DOCTYPE html>
<html>
<head>
<title>
My Radiobutton Form
</title>
</head>
<body>
<form>
<label>Time</label><br>
<input type="time" name="time" value="time">
<br>
<label for="day">Day:</label><br>
<input type="radio" name="time"value="day">
<br>
<label for="night">Night:</label><br>
<input type="radio" name="time" value="night">
<br>
</form>
</body>
Abhishekigx7y
<!DOCTYPE html>
<html>
<head>
<title>
My Radiobutton Form
</title>
</head>
<body>
<form>
<label>Time</label><br>
<input type="time" name="time" value="time">
<br>
<label for="day">Day:</label><br>
<input type="radio" name="time"value="day">
<br>
<label for="night">Night:</label><br>
<input type="radio" name="time" value="night">
<br>
</form>
</body>
Abhishekigx7y
<!DOCTYPE html>
<html>
<head>
<title>
My Radiobutton Form
</title>
</head>
<body>
<form>
<label>Time</label><br>
<input type="time" name="time" value="time">
<br>
<label for="day">Day:</label><br>
<input type="radio" name="time"value="day">
<br>
<label for="night">Night:</label><br>
<input type="radio" name="time" value="night">
<br>
</form>
</body>
Abhishekigx7y
<!DOCTYPE html>
<html>
<head>
<title>
My Radiobutton Form
</title>
</head>
<body>
<form>
<label for="day">Day:</label><br>
<input type="radio" name="time"value="day">
<br>
<label for="night">Night:</label><br>
<input type="radio" name="time" value="night">
<br>
</form>
</body>

Login / Signup to Answer the Question.