From aedccc31cc6f0527994f259be5a102af898c4907 Mon Sep 17 00:00:00 2001 From: Pankti Date: Wed, 26 Oct 2022 07:38:38 +0530 Subject: [PATCH] Added Checkbox Feature --- checkbox/index.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ index.html | 4 ++++ 2 files changed, 48 insertions(+) create mode 100644 checkbox/index.html diff --git a/checkbox/index.html b/checkbox/index.html new file mode 100644 index 0000000..10786f6 --- /dev/null +++ b/checkbox/index.html @@ -0,0 +1,44 @@ + + + + + + + HTML Tips and Tricks - Adding Checkboxes + + + + + + +
+ + home + +

Adding a Checkbox

+ +

Tick off vegetables from the given list :

+ +
+ + +
+ + +
+ + +
+ + +
+ + +

+ + +
+
+ + + \ No newline at end of file diff --git a/index.html b/index.html index 953d56c..379de5e 100644 --- a/index.html +++ b/index.html @@ -95,6 +95,10 @@ Iframe - Embed YouTube Videos +
  • + + CheckBox - Add checkboxes to your webpage +