From ae9d1555215d712aa76fd9477da4a3c0683f6ccb Mon Sep 17 00:00:00 2001 From: Kunalrawat1 <97652902+Kunalrawat1@users.noreply.github.com> Date: Sat, 15 Jan 2022 13:27:58 +0530 Subject: [PATCH] Create 01-21711010-kunal --- MCA1/1B/01-21711010-kunal | 64 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 MCA1/1B/01-21711010-kunal 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; +}