From 0efa517855bfc0d0d82e9f253d715f871f5fc0ca Mon Sep 17 00:00:00 2001 From: MohanRamola <97654738+MohanRamola@users.noreply.github.com> Date: Sat, 15 Jan 2022 14:17:13 +0530 Subject: [PATCH 1/2] Create Demo-2 --- MCA1/1B/55_2101121_Mohan_Ramola/Demo-2 | 1 + 1 file changed, 1 insertion(+) create mode 100644 MCA1/1B/55_2101121_Mohan_Ramola/Demo-2 diff --git a/MCA1/1B/55_2101121_Mohan_Ramola/Demo-2 b/MCA1/1B/55_2101121_Mohan_Ramola/Demo-2 new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/MCA1/1B/55_2101121_Mohan_Ramola/Demo-2 @@ -0,0 +1 @@ + From f0501e70aa4f3368227b090bb3b1b994be2c3c28 Mon Sep 17 00:00:00 2001 From: MohanRamola <97654738+MohanRamola@users.noreply.github.com> Date: Sat, 15 Jan 2022 14:19:44 +0530 Subject: [PATCH 2/2] Add files via upload --- .../55_2101121_Mohan_Ramola/External CSS.txt | 22 +++++++++++++++++++ .../Student Registration Form.html | 19 ++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 MCA1/1B/55_2101121_Mohan_Ramola/External CSS.txt create mode 100644 MCA1/1B/55_2101121_Mohan_Ramola/Student Registration Form.html diff --git a/MCA1/1B/55_2101121_Mohan_Ramola/External CSS.txt b/MCA1/1B/55_2101121_Mohan_Ramola/External CSS.txt new file mode 100644 index 0000000..8895a23 --- /dev/null +++ b/MCA1/1B/55_2101121_Mohan_Ramola/External CSS.txt @@ -0,0 +1,22 @@ +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. + +Let's take another example of a style sheet file named "mystyle.css". + +File: mystyle.css + +body { + background-color: lightblue; +} +h1 { + color: navy; + margin-left: 20px; +} \ No newline at end of file diff --git a/MCA1/1B/55_2101121_Mohan_Ramola/Student Registration Form.html b/MCA1/1B/55_2101121_Mohan_Ramola/Student Registration Form.html new file mode 100644 index 0000000..6bb31b3 --- /dev/null +++ b/MCA1/1B/55_2101121_Mohan_Ramola/Student Registration Form.html @@ -0,0 +1,19 @@ + + + +