Parent and Child Elements

Example demonstrating parent and child HTML elements.

Preview

Code

<section>
  <h2>Section Title</h2>
  <p>This paragraph is a child of the section element.</p>
</section>

More HTML Elements Examples (7)