+ Registration page
+
+
+
+
+
+
+
\ No newline at end of file
From 4e9f37ca57c3fde4d3865d2791de3ae541290b60 Mon Sep 17 00:00:00 2001
From: Nikita-21712251 <97657120+Nikita-21712251@users.noreply.github.com>
Date: Thu, 13 Jan 2022 19:56:58 +0530
Subject: [PATCH 3/5] Create Demo
---
nikitamanral-71-2101133/Demo | 1 +
1 file changed, 1 insertion(+)
create mode 100644 nikitamanral-71-2101133/Demo
diff --git a/nikitamanral-71-2101133/Demo b/nikitamanral-71-2101133/Demo
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/nikitamanral-71-2101133/Demo
@@ -0,0 +1 @@
+
From ebd7a2f8839c32fc6cbd07846604beef2878b9fc Mon Sep 17 00:00:00 2001
From: Nikita-21712251 <97657120+Nikita-21712251@users.noreply.github.com>
Date: Thu, 13 Jan 2022 19:57:58 +0530
Subject: [PATCH 4/5] Add files via upload
---
nikitamanral-71-2101133/code.html | 56 +++++++++++++++++++++++++++++++
1 file changed, 56 insertions(+)
create mode 100644 nikitamanral-71-2101133/code.html
diff --git a/nikitamanral-71-2101133/code.html b/nikitamanral-71-2101133/code.html
new file mode 100644
index 0000000..0719d92
--- /dev/null
+++ b/nikitamanral-71-2101133/code.html
@@ -0,0 +1,56 @@
+
+
+ Registration page
+
+
+
+
+
+
+
\ No newline at end of file
From 8f616bdba34ad4da7a3e20e467d6cce57b955205 Mon Sep 17 00:00:00 2001
From: Nikita-21712251 <97657120+Nikita-21712251@users.noreply.github.com>
Date: Fri, 14 Jan 2022 10:59:38 +0530
Subject: [PATCH 5/5] Add files via upload
---
nikitamanral-71-2101133/EXTERNAL CSS.txt | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 nikitamanral-71-2101133/EXTERNAL CSS.txt
diff --git a/nikitamanral-71-2101133/EXTERNAL CSS.txt b/nikitamanral-71-2101133/EXTERNAL CSS.txt
new file mode 100644
index 0000000..bcf0d69
--- /dev/null
+++ b/nikitamanral-71-2101133/EXTERNAL CSS.txt
@@ -0,0 +1,16 @@
+
+USES OF EXTERNAL CSS
+
+The external style sheet is generally used when you want to make changes on multiple pages. It is ideal for this condition because it facilitates you to change the look of the entire web site by changing just one file.
+
+It uses the tag on every pages and the tag should be put inside the head section.
+
+Example:
+
+
+
+
+The external style sheet may be written in any text editor but must be saved with a .css extension. This file should not contain HTML elements.
+
+
+