+ 1
What are div and parent element mean ??
3 Answers
+ 2
Hello Fahd Raafat Muhammad
A parent element is the element that contains another element(s). For the snippet below, the <div> is the parent of the <p> element.
<div id="parent">
<p id="child">Child element</p>
</div>
There had been many discussion about <div> element, I suggest you to try and use the search bar đ
+ 1
Ipang thank you very much
+ 1
You're welcome Fahd Raafat Muhammad đ