From fbbdb6c63304b6afbf53ae0ff2b475bc87c9bbfe Mon Sep 17 00:00:00 2001 From: manisha <95606861+Manisha-24-bhandari@users.noreply.github.com> Date: Thu, 13 Jan 2022 11:05:09 +0530 Subject: [PATCH 1/2] Add files via upload --- MANISHA82 | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 MANISHA82 diff --git a/MANISHA82 b/MANISHA82 new file mode 100644 index 0000000..0e2fd4f --- /dev/null +++ b/MANISHA82 @@ -0,0 +1,25 @@ + + + + + Student Login Form + + +
+
+ +

+ +

+ +

+ + +
+ + +
+
+ + + From d228f9899203d12a0eac9faa648a4e31b825f34b Mon Sep 17 00:00:00 2001 From: manisha <95606861+Manisha-24-bhandari@users.noreply.github.com> Date: Thu, 13 Jan 2022 11:39:11 +0530 Subject: [PATCH 2/2] Add files via upload --- MANISHA-2101108.txt | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 MANISHA-2101108.txt diff --git a/MANISHA-2101108.txt b/MANISHA-2101108.txt new file mode 100644 index 0000000..a50e07d --- /dev/null +++ b/MANISHA-2101108.txt @@ -0,0 +1,45 @@ +QUESTION 1: + + + + + + Student Login Form + + +
+
+ +

+ +

+ +

+ + +
+ + +
+
+ + + + + + +QUESTION 2: + + +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: + +1. +2. +3. +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. +