diff --git a/code.html b/code.html
new file mode 100644
index 0000000..0719d92
--- /dev/null
+++ b/code.html
@@ -0,0 +1,56 @@
+
+
+ Registration page
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/nikita manral-71-2101133 b/nikita manral-71-2101133
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/nikita manral-71-2101133
@@ -0,0 +1 @@
+
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 @@
+
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.
+
+
+
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