Search This Blog

HTML Input Tag With Checkbox Example

HTML Input Tag With Checkbox Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Input Tag With Checkbox Example </h2>
<form>
Which Subject You Select <br/>
<lable> Science </lable> <input type="checkbox"/> <br/>
<lable> Maths </lable> <input type="checkbox"/> <br/>
<lable> Hindi </lable> <input type="checkbox"/> <br/>
<lable> English </lable> <input type="checkbox"/> <br/>
</form>
</body>
</html>
OUTPUT
HTML Input Tag With Checkbox Example

No comments:

Post a Comment