Created
March 13, 2022 21:53
-
-
Save emmadesilva/923833973d307858c42f259c34e83aaa to your computer and use it in GitHub Desktop.
Semantic HTML exists. Semantic HTML is great. Use Semantic HTML.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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