diff --git a/content/batch/learn/html/basic.mdx b/content/batch/learn/html/basic.mdx index c41afb6..35fff9f 100644 --- a/content/batch/learn/html/basic.mdx +++ b/content/batch/learn/html/basic.mdx @@ -98,15 +98,22 @@ Want to improve this page? Raise a issue on [@github](https://github.com/ManishB ``` -## Links +## Anchor Element ```html Link text +Example: + +```html + +Youtube + + ``` -## Lists +## Nesting and Identation ### Unordered List @@ -115,6 +122,7 @@ Want to improve this page? Raise a issue on [@github](https://github.com/ManishB ``` @@ -126,6 +134,7 @@ Want to improve this page? Raise a issue on [@github](https://github.com/ManishB
  1. List item 1
  2. List item 2
  3. +
  4. List item 3
```