From d5a2c8842e1c8e162bc4dc8372bcec552310de34 Mon Sep 17 00:00:00 2001 From: kcee917 Date: Mon, 28 Dec 2020 19:37:37 -0500 Subject: [PATCH 1/7] DOM Lab html creation --- js-dom.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 js-dom.html diff --git a/js-dom.html b/js-dom.html new file mode 100644 index 0000000..835d64b --- /dev/null +++ b/js-dom.html @@ -0,0 +1,15 @@ + + + + +

DOM Lab

+

id="part_1" + +

+

id="part_2" + +

+ + + + \ No newline at end of file From ea0abeccb92d8312f89214f8ac740c07b4ae76ba Mon Sep 17 00:00:00 2001 From: kcee917 Date: Mon, 28 Dec 2020 19:52:18 -0500 Subject: [PATCH 2/7] Add title --- js-dom.html | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/js-dom.html b/js-dom.html index 835d64b..b588a39 100644 --- a/js-dom.html +++ b/js-dom.html @@ -2,13 +2,11 @@ -

DOM Lab

-

id="part_1" - -

-

id="part_2" - -

+ + DOM Lab + +

id="par1"

+

id="par2"

From 5dc7c0f6a2df590446f1d378a07682e0b49eacca Mon Sep 17 00:00:00 2001 From: kcee917 Date: Mon, 28 Dec 2020 20:37:09 -0500 Subject: [PATCH 3/7] Change first paragraph text and add image --- js-dom.html | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/js-dom.html b/js-dom.html index b588a39..9a76b1c 100644 --- a/js-dom.html +++ b/js-dom.html @@ -1,13 +1,17 @@ + + DOM Lab + - - - DOM Lab - -

id="par1"

-

id="par2"

- - +

Developers for life!

+

+ \ No newline at end of file From 31f74b293846937b3493def14200494591695b3c Mon Sep 17 00:00:00 2001 From: kcee917 Date: Mon, 28 Dec 2020 20:52:02 -0500 Subject: [PATCH 4/7] Change source of image. --- js-dom.html | 1 + 1 file changed, 1 insertion(+) diff --git a/js-dom.html b/js-dom.html index 9a76b1c..144df9a 100644 --- a/js-dom.html +++ b/js-dom.html @@ -7,6 +7,7 @@

Developers for life!

+ tech + + +

tech From b6a052d1c2b82827b8c7eacf12d2c86fe454150e Mon Sep 17 00:00:00 2001 From: kcee917 Date: Wed, 17 Mar 2021 12:03:53 -0400 Subject: [PATCH 7/7] commit --- .vscode/settings.json | 3 ++- js-dom.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index dc03403..645bf30 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,5 +6,6 @@ "markdown", "latex", "plaintext" - ] + ], + "liveServer.settings.port": 5502 } \ No newline at end of file diff --git a/js-dom.html b/js-dom.html index 5c7069c..6204091 100644 --- a/js-dom.html +++ b/js-dom.html @@ -13,7 +13,7 @@ -

+

We are coders!

tech