Friday, 27 September 2013

how to use radio button in html

hello friends

Today i will show you how to create radio button in our web page using html
So friend write these code

<html>
<head>
<body>
<form>
<input type="radio" name ="education" value="10"> 10th
</form>
</body>
</head>
</html>

Friend with the help of this code you will see the following output
Add caption
Thank you friend

No comments:

Post a Comment