Does parent exist in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Does parent exist in html

10th Oct 2019, 8:40 PM
Onaolapo Ezekiel
Onaolapo Ezekiel - avatar
8 Answers
+ 1
For real and grandparent
10th Oct 2019, 8:44 PM
Onaolapo Ezekiel
Onaolapo Ezekiel - avatar
+ 1
I think it works like this. Html tag is the parent that contains 2 child tags head and body. The head tag is a child that is also a parent of the title tag, The title tag is a child of head tag but also has a grandparent which would be html tag.
10th Oct 2019, 10:15 PM
D_Stark
D_Stark - avatar
+ 1
HTML node is the root node and has no parent.
11th Oct 2019, 10:21 AM
Sonic
Sonic - avatar
+ 1
Mirielle sibling nodes of parent nodes can be uncles and aunts.
11th Oct 2019, 10:21 AM
Sonic
Sonic - avatar
0
Mirielle 😂😂😂
10th Oct 2019, 8:53 PM
A͢J
A͢J - avatar
0
Ezeklin What does mean by parent in html?
10th Oct 2019, 8:54 PM
A͢J
A͢J - avatar
0
nope it's via CSS only parents could be introduced
11th Oct 2019, 11:33 AM
Aditya
Aditya - avatar
0
<head> <title>Sololearn</title> </head> The head tags are the parent tags because they don't have to be nested.
12th Oct 2019, 7:53 PM
Coder172
Coder172 - avatar