Nesting Elements in HTML.
Placing one element inside another is called nesting.
A nested element, also called a child element, can be a parent element too if other elements are nested within it.
HTML tags should be “nested” in a proper order, meaning that the tag opened most recently is always the next tag to close.