From 98504fa81174be43c08996eed94655e7bf797324 Mon Sep 17 00:00:00 2001 From: hrutika985 Date: Sat, 1 Oct 2022 21:17:03 +0530 Subject: [PATCH] Add a fieldset tag --- fieldset/index.html | 58 +++++++++++ index.html | 228 +++++++++++++++++++++++++++----------------- 2 files changed, 200 insertions(+), 86 deletions(-) create mode 100644 fieldset/index.html diff --git a/fieldset/index.html b/fieldset/index.html new file mode 100644 index 0000000..83b35a4 --- /dev/null +++ b/fieldset/index.html @@ -0,0 +1,58 @@ + + + + + + HTML Tips and Tricks - Field Set + + + + + + +
+ + home + +

Logically group your form elements using Fieldset

+
+
+ Do you exercise atleast 30mins per day? + Yes No +
+
+
+
+ What type of books do you like to read? + Action and Adventure +
+
+ Romance
+
+ Detective and Mystery +
+
+ Fantasy
+
+ Historical Fiction +
+
+ Horror +
+
+
+
+ What is your favourite programming language? + +
+
+
+ + diff --git a/index.html b/index.html index 10251f9..f99e882 100644 --- a/index.html +++ b/index.html @@ -1,94 +1,150 @@ - - - - + + + HTML5 Feature Tips - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - + - Fork me on GitHub + target="_blank" + rel="tag noopener noreferrer" + > + Fork me on GitHub
-

HTML5 Feature Tips

- HTML5 - +

HTML5 Feature Tips

+ HTML5 +
- - - \ No newline at end of file + +