<html>
<head> <h2> little quiz master </h2>
</head>
<body>
<h2>My first webpage!</h2>
Q.1. The first president of india? <br>
<input type = "radio" name = "q1" value = " nehru" CHECKED > nehru
<br>
<input type = "radio" name = "q1" value = " rajendra" CHECKED > R Prasad
<br>
<input type = "radio" name = "q1" value = " gandhi" CHECKED > gandhi
<input type="button" value="result" onclick="finalresult()">
</body>
</html>

कोई टिप्पणी नहीं:
एक टिप्पणी भेजें