diff --git a/doc.html b/doc.html new file mode 100644 index 0000000..48a7f4a --- /dev/null +++ b/doc.html @@ -0,0 +1,75 @@ + + + + HTML STRUCTURE + + + + +
+

Blue Heading

+ +

Red Paragraph with font size 15px

+
+ + Go to the link +
+ image +
+
+ +
+

Registration Form

+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
Gender: + + + + + + +
+
+ +
+
+ + +
+
+ + +
+
+ + + +
+
+ + + \ No newline at end of file diff --git a/index.html b/index.html index 69d1e1d..5db61dc 100644 --- a/index.html +++ b/index.html @@ -1,24 +1,75 @@ - + + + + HTML STRUCTURE + + + + +
+

Blue Heading

+ +

Red Paragraph with font size 15px

+
+ + Go to the link +
+ image +
+
+ +
+

Registration Form

+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
Gender: + + + + + + +
+
+ +
+
+ + +
+
+ + +
+
+ + + +
+
+ - - - - - - - - - - + \ No newline at end of file diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..ee32835 --- /dev/null +++ b/styles.css @@ -0,0 +1,13 @@ +.heading{ + + color:blue; +} +.paragraph{ + color:red; + font-size:15px; +} +.green-border{ + border: 2px solid green; + width: 500px; + height: 500px; +}