Learn HTML: Elements and Structure Cheatsheet | Codecademy

PHOTO EMBED

Sat Sep 30 2023 20:35:42 GMT+0000 (Coordinated Universal Time)

Saved by @melissa2521

<div>
  <h1>A section of grouped elements</h1>
  <p>Here’s some text for the section</p>
</div>
<div>
  <h1>Second section of grouped elements</h1>
  <p>Here’s some text</p>
</div>
content_copyCOPY

https://www.codecademy.com/learn/learn-html/modules/learn-html-elements/cheatsheet