Parent/child elements

is there a lecture on parent/child elements? i am having same issue i’m not sure what that means. Is it a certain layout like tabbing in when its the child or second child?

it’s a way to call a pair of elements that is one inside the other, for example:

<div>
<p>Hello</p>
</div>

the div is the parent element, the p is the child element


next time that you have a question please create your own topic, this time I moved your post to its own topic

thanks for that, appreciate it! i did create my own question but i cant find the post now.