Elements
π§Ά Tags - #HTML_CSS
Resources - What is HTML
Links - https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/HTML_basics
Elements
2022-10-30 - 20:05
Fleeting Notes
<p>My name is Varun</p>
Here the opening tag is 'p' to be specific 'p' is also known as paragraph.
<p>
My name is Varun is content
closing tag is /p
</p>
This whole thing is known as an element.