diff --git a/MCA1/1B/01-21711010-kunal b/MCA1/1B/01-21711010-kunal new file mode 100644 index 0000000..4c8fd09 --- /dev/null +++ b/MCA1/1B/01-21711010-kunal @@ -0,0 +1,64 @@ + + + +

student Registration Form

+form + + + + + + + +
Registration Form
+
+ +
+user name:
+password:
+email:
+DOB +
+
+
+
+
+ + + + +External CSS + +An external style sheet is used to define the style for many HTML pages. + +To use an external style sheet, add a link to it in the section of each HTML page: + +Example + + + + + + + + + + + + + +

This is a heading

+ +

This is a paragraph.

+ + + + + +style.css: +h1,p{ +color:red; +}