+ Back to home
+
+
diff --git a/starter/02-HTML-Fundamentals/challenges.jpg b/starter/02-HTML-Fundamentals/img/challenges.jpg
similarity index 100%
rename from starter/02-HTML-Fundamentals/challenges.jpg
rename to starter/02-HTML-Fundamentals/img/challenges.jpg
diff --git a/starter/02-HTML-Fundamentals/laura-jones.jpg b/starter/02-HTML-Fundamentals/img/laura-jones.jpg
similarity index 100%
rename from starter/02-HTML-Fundamentals/laura-jones.jpg
rename to starter/02-HTML-Fundamentals/img/laura-jones.jpg
diff --git a/starter/02-HTML-Fundamentals/post-img.jpg b/starter/02-HTML-Fundamentals/img/post-img.jpg
similarity index 100%
rename from starter/02-HTML-Fundamentals/post-img.jpg
rename to starter/02-HTML-Fundamentals/img/post-img.jpg
diff --git a/starter/02-HTML-Fundamentals/related-1.jpg b/starter/02-HTML-Fundamentals/img/related-1.jpg
similarity index 100%
rename from starter/02-HTML-Fundamentals/related-1.jpg
rename to starter/02-HTML-Fundamentals/img/related-1.jpg
diff --git a/starter/02-HTML-Fundamentals/related-2.jpg b/starter/02-HTML-Fundamentals/img/related-2.jpg
similarity index 100%
rename from starter/02-HTML-Fundamentals/related-2.jpg
rename to starter/02-HTML-Fundamentals/img/related-2.jpg
diff --git a/starter/02-HTML-Fundamentals/related-3.jpg b/starter/02-HTML-Fundamentals/img/related-3.jpg
similarity index 100%
rename from starter/02-HTML-Fundamentals/related-3.jpg
rename to starter/02-HTML-Fundamentals/img/related-3.jpg
diff --git a/starter/02-HTML-Fundamentals/index.html b/starter/02-HTML-Fundamentals/index.html
new file mode 100644
index 000000000..df8a623a8
--- /dev/null
+++ b/starter/02-HTML-Fundamentals/index.html
@@ -0,0 +1,146 @@
+
+
+
+
+ The Basic Language of the Web: HTML
+
+
+
+
+
+
+
📘 The Code Magazine
+
+
+
+
+
+
+
The Basic Language of the Web: HTML
+
+
+
+
Posted by Laura Jones on Monday, June 21st 2027
+
+
+
+
+
+ All modern websites and web applications are built using three
+ fundamental
+ technologies: HTML, CSS and JavaScript. These are the languages of the
+ web.
+
+
+
+ In this post, let's focus on HTML. We will learn what HTML is all about,
+ and why you too should learn it.
+
+
+
What is HTML?
+
+ HTML stands for HyperText
+ Markup Language. It's a markup
+ language that web developers use to structure and describe the content
+ of a webpage (not a programming language).
+
+
+ HTML consists of elements that describe different types of content:
+ paragraphs, links, headings, images, video, etc. Web browsers understand
+ HTML and render HTML code as websites.
+
+ There are countless reasons for learning the fundamental language of the
+ web. Here are 5 of them:
+
+
+
+
To be able to use the fundamental web dev language
+
+ To hand-craft beautiful websites instead of relying on tools like
+ Worpress or Wix
+
+
To build web applications
+
To impress friends
+
To have fun 😃
+
+
+
Hopefully you learned something new here. See you next time!
+
+
+
+
+
+
+
diff --git a/starter/03-CSS-Fundamentals/index.html b/starter/03-CSS-Fundamentals/index.html
index df8a623a8..5994b0c98 100644
--- a/starter/03-CSS-Fundamentals/index.html
+++ b/starter/03-CSS-Fundamentals/index.html
@@ -3,10 +3,13 @@
The Basic Language of the Web: HTML
+
+
-
-
-
📘 The Code Magazine
-
-
-
-
-
-
-
The Basic Language of the Web: HTML
-
-
-
-
Posted by Laura Jones on Monday, June 21st 2027
-
-
+
+
📘 The Code Magazine
+
+
-
- All modern websites and web applications are built using three
- fundamental
- technologies: HTML, CSS and JavaScript. These are the languages of the
- web.
-
-
-
- In this post, let's focus on HTML. We will learn what HTML is all about,
- and why you too should learn it.
-
-
-
What is HTML?
-
- HTML stands for HyperText
- Markup Language. It's a markup
- language that web developers use to structure and describe the content
- of a webpage (not a programming language).
-
-
- HTML consists of elements that describe different types of content:
- paragraphs, links, headings, images, video, etc. Web browsers understand
- HTML and render HTML code as websites.
-
- There are countless reasons for learning the fundamental language of the
- web. Here are 5 of them:
-
-
-
-
To be able to use the fundamental web dev language
-
- To hand-craft beautiful websites instead of relying on tools like
- Worpress or Wix
-
-
To build web applications
-
To impress friends
-
To have fun 😃
-
-
-
Hopefully you learned something new here. See you next time!
-
-
-
-
-
+
+
+
+ All modern websites and web applications are built using three
+ fundamental
+ technologies: HTML, CSS and JavaScript. These are the languages of the
+ web.
+
+
+
+ In this post, let's focus on HTML. We will learn what HTML is all
+ about, and why you too should learn it.
+
+
+
What is HTML?
+
+ HTML stands for HyperText
+ Markup Language. It's a markup
+ language that web developers use to structure and describe the content
+ of a webpage (not a programming language).
+
+
+ HTML consists of elements that describe different types of content:
+ paragraphs, links, headings, images, video, etc. Web browsers
+ understand HTML and render HTML code as websites.
+