diff --git a/58_2101207_Shivanshu_Kamboj.txt b/58_2101207_Shivanshu_Kamboj.txt new file mode 100644 index 0000000..f5f08f3 --- /dev/null +++ b/58_2101207_Shivanshu_Kamboj.txt @@ -0,0 +1,39 @@ +Question 1: create a student registration form with username, password, DOB, email. + + Answer.1: + + + + + Registration Form + + + +

Student Registration Form


+ +
+

+

+

+ < input type="submit" class="login" value="Log In" onclick="validation()" formtarget="_blank">
+
+ + + +Question 2: Explain the use of external CSS. + + Answer.2: + 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. + + + + + + An external style sheet can be written in any text editor. The file should not contain any html tags. Your style sheet should be saved with a .css extension. An example of a style sheet file is shown below: + hr {color:sienna;} + + p {margin-left:20px;} + + body {background-image:url(“images/back40.gif”);} \ No newline at end of file