From f5e5cfa6c26e6f41af74c33a5a6726e50ef164f1 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Thu, 24 Aug 2023 22:52:23 +0530 Subject: Lab03 - Create a Registration form using HTML Forms --- Lab03/index.html | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 Lab03/index.html (limited to 'Lab03/index.html') diff --git a/Lab03/index.html b/Lab03/index.html new file mode 100644 index 0000000..61b14e5 --- /dev/null +++ b/Lab03/index.html @@ -0,0 +1,40 @@ + + + + + + + HTML Form Creation + + +

Registration Form

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+ +
+ +
+ +
+ +
+
+ +
+ + \ No newline at end of file -- cgit v1.2.3