Cara Membuat Input Checkbox di HTML
Malam Ini saya Akan Share Cara membuat input checkbox di html yang tentunya sangan mudah..
Cekidot :
Script HTML
<html>
<head>
<title>..: Form Input dengan CheckBox :.. </title>
</head>
<body>
<form method = "post">
Ini Adalah<br>
<h3> Contoh CheckBox </h3>
<p>
<input type="checkbox" name="c1" cheked>Test 1<br>
<input type="checkbox" name="c2">Test 2<br>
<input type="checkbox" name="c3">Test 3<br>
<input type="checkbox" name="c4">Test 4<br>
</form>
</body>
</html>
<head>
<title>..: Form Input dengan CheckBox :.. </title>
</head>
<body>
<form method = "post">
Ini Adalah<br>
<h3> Contoh CheckBox </h3>
<p>
<input type="checkbox" name="c1" cheked>Test 1<br>
<input type="checkbox" name="c2">Test 2<br>
<input type="checkbox" name="c3">Test 3<br>
<input type="checkbox" name="c4">Test 4<br>
</form>
</body>
</html>
Output Di Chrome
Sekian Post Dari Saya.. Masih Bingung? Komen dibawah ya ^^
Comments
Post a Comment