diff --git a/00-HTML-CSS-basics/index.html b/00-HTML-CSS-basics/index.html
new file mode 100644
index 000000000..69b9de376
--- /dev/null
+++ b/00-HTML-CSS-basics/index.html
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+ Topic 00
+
+
+
+
+
+
+
+
+
My todo list!
+
+
+
+ - Make projects
+ - Complete exercises
+ - Show it to my tutors
+ - go to the offices
+ - relax and chill
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/00-HTML-CSS-basics/tables.html b/00-HTML-CSS-basics/tables.html
new file mode 100644
index 000000000..f73333c2f
--- /dev/null
+++ b/00-HTML-CSS-basics/tables.html
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+ Topic 00
+
+
+
+
+
+
+
+
+
+ | Month |
+ Rent |
+ groseries |
+
+
+ | january |
+ 7000 |
+ 2302 |
+
+
+ | february |
+ 7000 |
+ 2278 |
+
+
+ | march |
+ 7000 |
+ 2304 |
+
+
+ | april |
+ 7000 |
+ 2650 |
+
+
+ | may |
+ 7000 |
+ 1708 |
+
+
+ | june |
+ 7000 |
+ 2134 |
+
+
+
+
+
+
\ No newline at end of file