CHECKED BOX html contoh penggunaan checkbox pada HTML Contoh 1 : Beli: CD DVD source kodenya adalah : <html> <head> <title>contoh Checked</Title> </head> <body> <form> <p> Beli: <br> <input type="checkbox" value="checkbox" checked>CD <input type="checkbox" value="checkbox">DVD </p> </form> </BODY> </HTML> Contoh 2 : I have a bike: I have a car: Adapun Source kodenya adalah : <html> <body> <form name="input" action="fake_action.asp" method="get"> I have a bike: <input type="checkbox" name="Motor" checked="checked"><br> I have a car: <input type="checkbox" name="Mobil"> <br> <input type="submit" value="Submit"> </form> </body> </html> Mudah-mudahan bermanfaat Share on Facebook Share on Twitter Share on Google Plus RELATED POSTS Penggunaan Radius I pada Tombol CSS...List TombolMembuat Tombol CSS I
0 komentar:
Posting Komentar