From a7a2f20721da9ea19aa27bf4b7b59345959d73ea Mon Sep 17 00:00:00 2001 From: kunalarya873 Date: Wed, 11 Oct 2023 14:29:22 +0530 Subject: [PATCH] Starting CSS --- Class Notes.pdf => html_class/Class Notes.pdf | Bin HTML Codes.pdf => html_class/HTML Codes.pdf | Bin helloworld.py => html_class/helloworld.py | 0 html_class/index.html | 105 ++++++++++++++++++ portfolio/index.html => html_class/just.html | 0 index.html | 105 ------------------ 6 files changed, 105 insertions(+), 105 deletions(-) rename Class Notes.pdf => html_class/Class Notes.pdf (100%) rename HTML Codes.pdf => html_class/HTML Codes.pdf (100%) rename helloworld.py => html_class/helloworld.py (100%) create mode 100644 html_class/index.html rename portfolio/index.html => html_class/just.html (100%) diff --git a/Class Notes.pdf b/html_class/Class Notes.pdf similarity index 100% rename from Class Notes.pdf rename to html_class/Class Notes.pdf diff --git a/HTML Codes.pdf b/html_class/HTML Codes.pdf similarity index 100% rename from HTML Codes.pdf rename to html_class/HTML Codes.pdf diff --git a/helloworld.py b/html_class/helloworld.py similarity index 100% rename from helloworld.py rename to html_class/helloworld.py diff --git a/html_class/index.html b/html_class/index.html new file mode 100644 index 0000000..bfdc54b --- /dev/null +++ b/html_class/index.html @@ -0,0 +1,105 @@ + + + + + + + Title + + +Hello World +

Paragraph

+

header1 +

+

header2

+

header3

+

header4

+
header5
+
header6
+

+Google +html + +Bold +UNDERLINE +Italic +Small + Big + +
Header
+
Main +
Section
+ + +
    +
  1. Apple
  2. +
  3. Mango
  4. +
+ + + + My data + + + + + + Name + + + + + + + + +
+ Information + Class +
+ Kunal Arya + + Btech +
+ +
Form + +
+ + + + + +
+ + + +Google + + + + + + \ No newline at end of file diff --git a/portfolio/index.html b/html_class/just.html similarity index 100% rename from portfolio/index.html rename to html_class/just.html diff --git a/index.html b/index.html index bfdc54b..e69de29 100644 --- a/index.html +++ b/index.html @@ -1,105 +0,0 @@ - - - - - - - Title - - -Hello World -

Paragraph

-

header1 -

-

header2

-

header3

-

header4

-
header5
-
header6
-

-Google -html - -Bold -UNDERLINE -Italic -Small - Big - -
Header
-
Main -
Section
- - -
    -
  1. Apple
  2. -
  3. Mango
  4. -
- - - - My data - - - - - - Name - - - - - - - - -
- Information - Class -
- Kunal Arya - - Btech -
- -
Form - -
- - - - - -
- - - -Google - - - - - - \ No newline at end of file