Home

Day 6 - HTML practice, Meta Elements & Open Graph Tags

3.5.26

Basic HTML Element

<element attribute="value">inner text</element>

HTML Practice

Bookstore Page

Raw Code
Rendered Output

Travel Agency Page

Raw Code
Rendered Output

<figure> <a href="url" target="_blank"> <img src="image.jpeg" alt="Description"> </a> <figcaption>Caption</figcaption> </figure>
Also written as:

<figure>
  <a href="url" target="_blank">
    <img src="image.jpeg" alt="Description">
  </a>
  <figcaption>Caption</figcaption>
</figure>

Meta Elements

Open Graph Tags

Tell social media platforms how to display your page when it’s shared, like the title, image, and link.

OG Property Examples: