Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions html-css/LEARN_HTML.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ HTML is a markup language that defines the structure of your content; it consist

**<ins>Watch Part 1 to 4</ins>**

> ### [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?

Expand Down Expand Up @@ -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)