Skip to content

Instantly share code, notes, and snippets.

@emmadesilva
Created March 13, 2022 21:53
Show Gist options
  • Select an option

  • Save emmadesilva/923833973d307858c42f259c34e83aaa to your computer and use it in GitHub Desktop.

Select an option

Save emmadesilva/923833973d307858c42f259c34e83aaa to your computer and use it in GitHub Desktop.
Semantic HTML exists. Semantic HTML is great. Use Semantic HTML.
<article>
<header>
<h1>Semantic HTML exists. Semantic HTML is great. Use Semantic HTML.</h1>
by <a href="https://twitter.com/StressedDev" rel="author">@StressedDev</a>
at <time datetime="2022-03-13 21:44:44 UTC">Sunday, 13 March 2022</time>
</header>
<main>
<h2>Content heading</h2>
<p>
With some text paragraphs. #codingtip of the day.
#semantic #html #100devs #programming #webdev #dev #DEVCommunity
</p>
</main>
<footer>
<a href="">Share this post</a>
<small>License
<a href="https://creativecommons.org/licenses/by-sa/4.0/" rel="license">CC BY-SA 4.0</a>
</small>
</footer>
</article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment