From ddbb72c321405ba2baa8ce95cac0e3a6d6edea64 Mon Sep 17 00:00:00 2001 From: overthestream Date: Mon, 20 Mar 2023 16:13:20 +0900 Subject: [PATCH] add new assignment --- css-ass/index.html | 37 +++++++++++++++++++++++++++++++++++++ css-ass/style.css | 0 2 files changed, 37 insertions(+) create mode 100644 css-ass/index.html create mode 100644 css-ass/style.css diff --git a/css-ass/index.html b/css-ass/index.html new file mode 100644 index 0000000..fc12b5c --- /dev/null +++ b/css-ass/index.html @@ -0,0 +1,37 @@ + + + + + CSS Exercise 1 + + + + +

Chapters

+
+
+ Ch 2. HTML: The Basic Structure / Ch 3. CSS: Desiging HTML + / Ch 4. Basics of Javascript

+
+
+
Ch 2. HTML: The Basic Structure
+
+ Introducing HTML / Basic Structure of HTML / Commonly Used HTML Tags
+

+
+
Ch 3. CSS: Desiging HTML
+
+ Introducing CSS / Basic Structure of CSS / Selectors +

+ +
+
Ch 4. Basics of Javascript
+
+ Introducing Javascript / Declaration of Variables / Data Types +
+
+
+
+ + + \ No newline at end of file diff --git a/css-ass/style.css b/css-ass/style.css new file mode 100644 index 0000000..e69de29