diff --git a/final/02-HTML-Fundamentals/content.txt b/final/02-HTML-Fundamentals/content.txt index ae01eb723..82ab5eaba 100644 --- a/final/02-HTML-Fundamentals/content.txt +++ b/final/02-HTML-Fundamentals/content.txt @@ -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 : +The closing tag ex : +The actual element ex: +You can learn more at the MDN Web Docs. Why should you learn HTML? @@ -31,4 +31,4 @@ To build web applications To impress friends To have fun 😃 -Hopefully you learned something new here. See you next time! \ No newline at end of file +Hopefully you learned something new here. See you next time!