Sample Article Heading
+An article should make sense on its own,
++ and it should be possible to distribute it independently from the rest of + the web site. +
+diff --git a/content/batch/learn/html/basic.mdx b/content/batch/learn/html/basic.mdx
index c41afb6..28e0032 100644
--- a/content/batch/learn/html/basic.mdx
+++ b/content/batch/learn/html/basic.mdx
@@ -13,6 +13,7 @@ Want to improve this page? Raise a issue on [@github](https://github.com/ManishB
- 🎨 Set up HTML boilerplate, add a page title, and use Live Server extension for development.
- 🔍 Learn heading and paragraph tags, line breaks, horizontal lines, formatting text with bold and italic tags, and creating links, lists, tables, and forms in HTML.
+- 📚 Learn HTML Sematic Elements.
- 💡 Explore media embedding, semantic tags, and practice HTML through assignments.
This is the first line. This is the first line. An article should make sense on its own,
+ and it should be possible to distribute it independently from the rest of
+ the web site.
+ The The By default, the widget is closed. When open, it expands, and displays the content within The Some additional information here Welcome to our website. We are a team of passionate developer working on improving the content... Email Us at sample@mywebsite.com Breaking news: Something significant has happened... An article should make sense on its own, and it should be possible to distribute it independently from the rest of the web site.
This is the second line.
This is the second line.
+
```
@@ -194,7 +195,7 @@ Want to improve this page? Raise a issue on [@github](https://github.com/ManishB
```html
-
+
```
@@ -232,23 +233,74 @@ Want to improve this page? Raise a issue on [@github](https://github.com/ManishB
```
-## Semantic Tags
+## Semantic Elements
-### Header
+A semantic element clearly describes its meaning to both the browser and the developer.
+
+### Article
```html
+Sample Article Heading
+ My Website
-
- Epcot Center
+ tag is used in conjunction with
A Sample Heading
+ Home
- About
- Contact Us
- Latest News
- Sample Article Header
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
++ Cras in ante nec turpis tincidunt elementum. Duis sed est sed felis + tristique scelerisque nec eget augue. +
+Vestibulum rhoncus rutrum turpis, auctor luctus nunc egestas semper.
+Aenean varius ac felis non vehicula r rahdirs.
++ r rahdirs lacinia leo vel orci auctor vestibulum. Nunc varius rutrum eros + non vestibulum. +
++ Duis tincidunt ullamcorper pretium. Suspendisse volutpat imperdiet nibh a + sodales. +
+Open from to every weekday.
```