From 6dc2d823f43e97465ced7b9873a55ca9d031bfe4 Mon Sep 17 00:00:00 2001 From: JamesEdode <73158742+JamesEdode@users.noreply.github.com> Date: Thu, 16 Mar 2023 22:21:38 +1000 Subject: [PATCH] Update LEARN_HTML.md --- html-css/LEARN_HTML.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html-css/LEARN_HTML.md b/html-css/LEARN_HTML.md index 33cac9f..bb30f79 100644 --- a/html-css/LEARN_HTML.md +++ b/html-css/LEARN_HTML.md @@ -4,7 +4,7 @@ HTML is a markup language that defines the structure of your content; it consist **Watch Part 1 to 4** -> ### [Video Tutorial](https://www.youtube.com/playlist?list=PLZlA0Gpn_vH9xx-RRVNG187ETT2ekWFsq) +> ### [Video Tutorial](https://www.youtube.com/playlist?list=PLZlA0Gpn_vH9xx-RRVNG187ETT2ekWFsq){:target="_blank"} #### What is an HTML element? @@ -47,7 +47,7 @@ An HTML file contains a root HTML element. The head and body elements are contai ### 🤿 Diving Deeper -- Watch part 1 to part 4 of the [Introduction to HTML](https://www.youtube.com/playlist?list=PLZlA0Gpn_vH9xx-RRVNG187ETT2ekWFsq) series +- Watch part 1 to part 4 of the [Introduction to HTML](https://www.youtube.com/playlist?list=PLZlA0Gpn_vH9xx-RRVNG187ETT2ekWFsq){:target="_blank"} series ---- ⏪ Back: [Setting Up Workspace](../html-css/WORKSPACE_SETUP.md) • ⏭️ Next: [Introduction to CSS](/html-css/LEARN_CSS)