diff --git a/MCA1/1B/32_21711011_Shubh_Bhardwaj/Demo Test b/MCA1/1B/32_21711011_Shubh_Bhardwaj/Demo Test new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/MCA1/1B/32_21711011_Shubh_Bhardwaj/Demo Test @@ -0,0 +1 @@ + diff --git a/MCA1/1B/32_21711011_Shubh_Bhardwaj/demo test21711011 b/MCA1/1B/32_21711011_Shubh_Bhardwaj/demo test21711011 new file mode 100644 index 0000000..68ec5e1 --- /dev/null +++ b/MCA1/1B/32_21711011_Shubh_Bhardwaj/demo test21711011 @@ -0,0 +1,48 @@ +Part A -> + + + + STUDENT LOGIN +
+
+ REGISTRATION LOGIN + ENTER YOUR USER-ID
+ ENTER YOUR PASSWORD
+ + + + + +
+ + + + +Part B -> + + + + STUDENT INFORMATION +
+ FIRST NAME
+ LAST NAME
+ ENTER YOUR DATE OF BIRTH
+ CONTACT
+ EMAIL
+ SELECT YOUR GENDER
+ MALE
+ FEMALE
+ CHOOSE YOUR COURSE +
+ UPLOAD YOUR MARKSHEET HERE + + + +
+ diff --git a/MCA1/1B/32_21711011_Shubh_Bhardwaj/use of ext css.txt b/MCA1/1B/32_21711011_Shubh_Bhardwaj/use of ext css.txt new file mode 100644 index 0000000..a7170f0 --- /dev/null +++ b/MCA1/1B/32_21711011_Shubh_Bhardwaj/use of ext css.txt @@ -0,0 +1,12 @@ +External style sheets have the following advantages over internal and inline styles: + +one change to the style sheet will change all linked pages +you can create classes of styles that can then be used on many different HTML elements +consistent look and feel across multiple web pages +improved load times because the css file is downloaded once and applied to each relevant page as needed + +The link to an external style sheet is placed within the head section of the page. + + + + \ No newline at end of file