What is the meaning of the word nested? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is the meaning of the word nested?

1st Nov 2018, 6:17 PM
Âňãńđhü _Š
Âňãńđhü _Š - avatar
6 Answers
+ 14
It means an element Inside another element.. if { if { } else { } else { } //nested if else
1st Nov 2018, 6:37 PM
$hardul B
$hardul B - avatar
+ 2
anything inside some thing or we can say the sub sets of the super sets like things are word nests
15th Nov 2018, 3:25 PM
Aishwarya Konakalla
Aishwarya Konakalla - avatar
+ 1
yes something inside something else. similar to folders inside other folders in windows explorer
4th Nov 2018, 3:00 AM
Marcus
Marcus - avatar
+ 1
It means that an element is contained in another one. In real life a present is nested in a box.
18th Nov 2018, 9:08 PM
Jean Lambert Salvatori
Jean Lambert Salvatori - avatar
0
element inside another element
2nd Nov 2018, 8:46 PM
Solution 12
Solution 12 - avatar
0
In simple, say you have this: <div> <img> </div> The “img” tag is nested in the “div” tag. This is shown by the div tag being opened (<div>) before the “img” tag and closed (</div>) after it.
8th Nov 2018, 4:24 PM
Graphic ReDesign
Graphic ReDesign - avatar