diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..2206544d1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + +.codegpt \ No newline at end of file diff --git a/starter/02-HTML-Fundamentals/index.html b/starter/02-HTML-Fundamentals/index.html new file mode 100644 index 000000000..67ff24c1c --- /dev/null +++ b/starter/02-HTML-Fundamentals/index.html @@ -0,0 +1,37 @@ + + +
+Posted by Laura Jones on Monday, June 21st 2027
+HTML is the basic language of the web. It is used to create web pages and web applications. HTML stands for HyperText Markup Language. It is used to create the structure of a web page. HTML is made up of elements. Elements are the building blocks of HTML pages. An element is a piece of content in a web page. Elements are surrounded by tags. Tags are used to mark up HTML elements. Tags are enclosed in angle brackets. Tags usually come in pairs. The opening tag marks the beginning of an element. The closing tag marks the end of an element. The content of an element is placed between the opening and closing tags. Here is an example of an HTML element:
++ 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 j + The closing tag + The actual element + You can learn more at the MDN Web Docs. +
+ + + + + + + \ No newline at end of file diff --git a/starter/03-CSS-Fundamentals/blog.html b/starter/03-CSS-Fundamentals/blog.html index 3b9b6e328..b5557a63f 100644 --- a/starter/03-CSS-Fundamentals/blog.html +++ b/starter/03-CSS-Fundamentals/blog.html @@ -8,3 +8,4 @@