<element attribute="value">inner text</element>
<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><meta name="description" content="Discover expert tips and techniques for gardening"> (write the name=”description” part exactly as is)Tell social media platforms how to display your page when it’s shared, like the title, image, and link.
OG Property Examples:
<meta content="Frontend Frequencies" property="og:title" /> lists the name of your content<meta property="og:type" content="website" /> tells social media “this is a website”<meta content="https://raw.githubusercontent.com/frontendfrequencies/Home/main/assets/logo.png" property="og:image" /> displays the image on social media (good to use your logo!). Recomended: 1200 by 630 pixels<meta property="og:url" content="https://frontendfrequencies.dev/" /> shares url with social media (like your home page) include thr FULL URL