diff --git a/projectfolder/02-HTML-Fundamentals/challenges.jpg b/projectfolder/02-HTML-Fundamentals/challenges.jpg new file mode 100644 index 000000000..319f22da5 Binary files /dev/null and b/projectfolder/02-HTML-Fundamentals/challenges.jpg differ diff --git a/projectfolder/02-HTML-Fundamentals/content.txt b/projectfolder/02-HTML-Fundamentals/content.txt new file mode 100644 index 000000000..ae01eb723 --- /dev/null +++ b/projectfolder/02-HTML-Fundamentals/content.txt @@ -0,0 +1,34 @@ +📘 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. + +In HTML, each element is made up of 3 parts: + +The opening tag +The closing tag +The actual element +You can learn more at the MDN Web Docs. + +Why should you learn HTML? + +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! \ No newline at end of file diff --git a/projectfolder/02-HTML-Fundamentals/index.html b/projectfolder/02-HTML-Fundamentals/index.html new file mode 100644 index 000000000..64787cdd3 --- /dev/null +++ b/projectfolder/02-HTML-Fundamentals/index.html @@ -0,0 +1,46 @@ + + +
+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.
++ 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. +
+In HTML, each element is made up of 3 parts:
+There are countless reasons for learning the fundamental language of the web. Here are 5 of them:
+ +Hopefully you learned something new here. See you next time!
+ + diff --git a/projectfolder/02-HTML-Fundamentals/laura-jones.jpg b/projectfolder/02-HTML-Fundamentals/laura-jones.jpg new file mode 100644 index 000000000..7830c94c6 Binary files /dev/null and b/projectfolder/02-HTML-Fundamentals/laura-jones.jpg differ diff --git a/projectfolder/02-HTML-Fundamentals/post-img.jpg b/projectfolder/02-HTML-Fundamentals/post-img.jpg new file mode 100644 index 000000000..df3005e63 Binary files /dev/null and b/projectfolder/02-HTML-Fundamentals/post-img.jpg differ diff --git a/projectfolder/02-HTML-Fundamentals/related-1.jpg b/projectfolder/02-HTML-Fundamentals/related-1.jpg new file mode 100644 index 000000000..376e2e7b3 Binary files /dev/null and b/projectfolder/02-HTML-Fundamentals/related-1.jpg differ diff --git a/projectfolder/02-HTML-Fundamentals/related-2.jpg b/projectfolder/02-HTML-Fundamentals/related-2.jpg new file mode 100644 index 000000000..0e9e7ea18 Binary files /dev/null and b/projectfolder/02-HTML-Fundamentals/related-2.jpg differ diff --git a/projectfolder/02-HTML-Fundamentals/related-3.jpg b/projectfolder/02-HTML-Fundamentals/related-3.jpg new file mode 100644 index 000000000..9c5723b71 Binary files /dev/null and b/projectfolder/02-HTML-Fundamentals/related-3.jpg differ diff --git a/starter/01-Test/index.html b/starter/01-Test/index.html new file mode 100644 index 000000000..5d754f580 --- /dev/null +++ b/starter/01-Test/index.html @@ -0,0 +1,13 @@ + + + + + + +My name is Michael, and this is an attempt at a webpage and shit like that :D
+ +