Last active
February 1, 2022 21:28
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
<!doctype html> | |
<html> | |
<head> | |
<title>Page title...</title> | |
</head> | |
<body> | |
<header> | |
<h1>Heading</h1> | |
<b><p>Header 1</p></b> | |
</header> | |
<header> | |
<h1>Heading</h1> | |
<b><p>Header 2</p></b> | |
</header> | |
<nav> | |
Nav content... | |
</nav> | |
<main> | |
<article> | |
<p>Article content...</p> | |
</article> | |
</main> | |
<footer> | |
Footer 1 | |
</footer> | |
<footer> | |
Footer 2 | |
</footer> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment