> HTML checkbox ~ Online tutorial

HTML checkbox

Check Box
It is simplest component which is used particularly whemn we used to make selection of serveral options.
Syntx
<input type='checkbox' name='check' value='value of checkbox'>
Example

<html>
<head>
<title>
HTML checkbox
</title>
</head>
<body>
<form name='form1'>
<input type='checkbox' name='check' value='apple'>
<input type='checkbox' name='check' value='orange'>
</form>
</body>
</html>




Output


Apple


Please Give Us Your 1 Minute In Sharing This Post!
Please Give Us Your 1 Minute In Sharing This Post!
SOCIALIZE IT →
FOLLOW US →
SHARE IT →
Powered By: BloggerYard.Com

0 comments: