From 7167d26b00d1cf4f990035157d519951ca95e751 Mon Sep 17 00:00:00 2001 From: Jainav Date: Sat, 20 Sep 2025 12:39:26 +0530 Subject: [PATCH] Update content.txt --- final/02-HTML-Fundamentals/content.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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!