Nesting in HTML, refers to putting element inside an element. For example, below is a stand-alone HTML element:
An example of nested HTML elements would be below:
- < i > < b > mine < / b > < / i >
The purpose of this – and the answer to the question above – is (A) Style the HTML automatically.