•Some tags need to be placed inside other tags.
•When some HTML tags go inside other tags, this is called nesting.
•For example, all the contents of the html are included (nested) inside <html> tag
💡Fun fact
<html> </html> tag is a container tag, which contains all the contents of html nested inside it
Top comments (0)