Search This Blog

HTML Input Tag With Radio Example

HTML Input Tag With Radio Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Input Tag With Radio Example </h2>
<form>
<lable> Here You Accept the term and condition </lable> <input type="radio" name="accept"/> Accept
<input type="radio" name="accept"/> Not Accept
</form>
</body>
</html>
OUTPUT
HTML Input Tag With Radio Example

No comments:

Post a Comment