+ 3
Can HTML elements be nested?
Please someone explain what is 'nested' and how can html elements be nested?..
3 Antworten
+ 4
Nesting is putting things in other things.
https://legomenon.com/images/russian-matryoshka-stacking-babushka-wooden-dolls-meaning.jpg
Here are two nested <div>-tags:
<div>
<div>
</div>
</div>
+ 6
Its is a one mark question 😂
Ans : yes