📘 The Code Magazine
+ + + + + +The Basic Langauge of The Web: HTML
+ + + +
+ 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. +
+ 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!
+BLOG
+ + diff --git a/projectfolder/Fundies/pages/challenges.html b/projectfolder/Fundies/pages/challenges.html new file mode 100644 index 000000000..3781c0ee1 --- /dev/null +++ b/projectfolder/Fundies/pages/challenges.html @@ -0,0 +1,58 @@ + + + + +Converse Chuck Taylor All Star Low Top
+ +
$65.00
+Free shipping
+Sale
+ ++ Ready to dress up or down, these classic canvas Chucks are an + everyday wardrobe staple. +
+ More information → + +Product details
+-
+
- Lightweight, durable canvas sneaker +
- Lightly padded footbed for added comfort +
- Iconic Chuck Taylor ankle patch. +
Hello, world!
+My name is Michael, and this is an attempt at a webpage and shit like that :D
+ + diff --git a/starter/04-CSS-Layouts/css-grid.html b/starter/04-CSS-Layouts/css-grid.html index e2daa6d42..5e6d35be2 100644 --- a/starter/04-CSS-Layouts/css-grid.html +++ b/starter/04-CSS-Layouts/css-grid.html @@ -1,80 +1,87 @@ - - - - -