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
10 changes: 5 additions & 5 deletions final/02-HTML-Fundamentals/content.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ HTML consists of elements that describe different types of content: paragraphs,

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.
The opening tag ex : <opening tag>
The closing tag ex :</closing tag>
The actual element ex: <element inside the tag>
You can learn more at the MDN Web Docs.

Why should you learn HTML?

Expand All @@ -31,4 +31,4 @@ To build web applications
To impress friends
To have fun 😃

Hopefully you learned something new here. See you next time!
Hopefully you learned something new here. See you next time!