From 4be71895391f5ba6b700f2b075753538293deaf9 Mon Sep 17 00:00:00 2001 From: ToyLikePeopleMakeMeBoyLike <33298190+ToyLikePeopleMakeMeBoyLike@users.noreply.github.com> Date: Mon, 30 Dec 2024 16:02:47 -0600 Subject: [PATCH 01/10] kk From c513013c39cd0a5a78142dfd5e14f451e3238f58 Mon Sep 17 00:00:00 2001 From: ToyLikePeopleMakeMeBoyLike <33298190+ToyLikePeopleMakeMeBoyLike@users.noreply.github.com> Date: Mon, 30 Dec 2024 16:04:49 -0600 Subject: [PATCH 02/10] kkk From 2a89a9e94242e7c6c370b909dcd9f907100f4d6b Mon Sep 17 00:00:00 2001 From: ToyLikePeopleMakeMeBoyLike <33298190+ToyLikePeopleMakeMeBoyLike@users.noreply.github.com> Date: Mon, 30 Dec 2024 16:07:54 -0600 Subject: [PATCH 03/10] commit --- starter/03-CSS-Fundamentals/blog.html | 1 + 1 file changed, 1 insertion(+) 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 @@

BLOG

Back to home +\ \ No newline at end of file From 9b072d716f23ac64ca0dd3c7f5e6b0dfa72822fb Mon Sep 17 00:00:00 2001 From: ToyLikePeopleMakeMeBoyLike <33298190+ToyLikePeopleMakeMeBoyLike@users.noreply.github.com> Date: Thu, 9 Jan 2025 17:11:20 -0600 Subject: [PATCH 04/10] new file: .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore 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 From face12d38487a7443e96efbbdf6598c62485cd33 Mon Sep 17 00:00:00 2001 From: ToyLikePeopleMakeMeBoyLike <33298190+ToyLikePeopleMakeMeBoyLike@users.noreply.github.com> Date: Thu, 9 Jan 2025 17:13:05 -0600 Subject: [PATCH 05/10] k From 330edd1143e12b5fe827b1edde79df3cd035607e Mon Sep 17 00:00:00 2001 From: ToyLikePeopleMakeMeBoyLike <33298190+ToyLikePeopleMakeMeBoyLike@users.noreply.github.com> Date: Sun, 12 Jan 2025 14:06:14 -0600 Subject: [PATCH 06/10] fghj --- starter/02-HTML-Fundamentals/index.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 starter/02-HTML-Fundamentals/index.html diff --git a/starter/02-HTML-Fundamentals/index.html b/starter/02-HTML-Fundamentals/index.html new file mode 100644 index 000000000..e69de29bb From 7301d6f45e3f8844c849d1d7ae26f22ff59cddf4 Mon Sep 17 00:00:00 2001 From: ToyLikePeopleMakeMeBoyLike <33298190+ToyLikePeopleMakeMeBoyLike@users.noreply.github.com> Date: Thu, 16 Jan 2025 17:27:06 -0600 Subject: [PATCH 07/10] hh --- starter/02-HTML-Fundamentals/index.html | 37 +++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/starter/02-HTML-Fundamentals/index.html b/starter/02-HTML-Fundamentals/index.html index e69de29bb..5c44e8700 100644 --- a/starter/02-HTML-Fundamentals/index.html +++ b/starter/02-HTML-Fundamentals/index.html @@ -0,0 +1,37 @@ + + + + the basic html + + + + + + + +

📘 The Code Magazine

+

Posted by Laura Jones on Monday, June 21st 2027

+

The Basic Language of the Web: HTML

+

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:

+

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. +

+ + + + + + + \ No newline at end of file From 68acc050e26dc4a8dcb41cb0afffe67b9f8d1401 Mon Sep 17 00:00:00 2001 From: ToyLikePeopleMakeMeBoyLike <33298190+ToyLikePeopleMakeMeBoyLike@users.noreply.github.com> Date: Thu, 16 Jan 2025 17:27:29 -0600 Subject: [PATCH 08/10] modified: starter/02-HTML-Fundamentals/index.html --- starter/02-HTML-Fundamentals/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/starter/02-HTML-Fundamentals/index.html b/starter/02-HTML-Fundamentals/index.html index 5c44e8700..b2909f177 100644 --- a/starter/02-HTML-Fundamentals/index.html +++ b/starter/02-HTML-Fundamentals/index.html @@ -27,6 +27,7 @@

What is HTML?

The closing tag The actual element You can learn more at the MDN Web Docs. + f

From 34ae7722f541a49f1179de24fcd05a2ea9fef0a5 Mon Sep 17 00:00:00 2001 From: ToyLikePeopleMakeMeBoyLike <33298190+ToyLikePeopleMakeMeBoyLike@users.noreply.github.com> Date: Fri, 17 Jan 2025 15:19:13 -0600 Subject: [PATCH 09/10] ll --- starter/02-HTML-Fundamentals/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/starter/02-HTML-Fundamentals/index.html b/starter/02-HTML-Fundamentals/index.html index b2909f177..5c44e8700 100644 --- a/starter/02-HTML-Fundamentals/index.html +++ b/starter/02-HTML-Fundamentals/index.html @@ -27,7 +27,6 @@

What is HTML?

The closing tag The actual element You can learn more at the MDN Web Docs. - f

From b211a8ca8c8a20d6679917aac695524b97bd694d Mon Sep 17 00:00:00 2001 From: ToyLikePeopleMakeMeBoyLike <33298190+ToyLikePeopleMakeMeBoyLike@users.noreply.github.com> Date: Sat, 25 Jan 2025 01:36:18 -0600 Subject: [PATCH 10/10] j --- starter/02-HTML-Fundamentals/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starter/02-HTML-Fundamentals/index.html b/starter/02-HTML-Fundamentals/index.html index 5c44e8700..67ff24c1c 100644 --- a/starter/02-HTML-Fundamentals/index.html +++ b/starter/02-HTML-Fundamentals/index.html @@ -23,7 +23,7 @@

What is HTML?

In HTML, each element is made up of 3 parts: - The opening tag + The opening tag j The closing tag The actual element You can learn more at the MDN Web Docs.