Skip to content

Instantly share code, notes, and snippets.

@daanyaalkapadia
Created September 30, 2020 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daanyaalkapadia/66fb2b279787b9ab96af0f54fc88470d to your computer and use it in GitHub Desktop.
Save daanyaalkapadia/66fb2b279787b9ab96af0f54fc88470d to your computer and use it in GitHub Desktop.
some tags of html5
<header>
<!--Heading code goes here-->
</header>
<nav>
<!--Navbar code goes here-->
</nav>
<main>
<!--Main code goes here-->
<section>
<!--Section code goes here-->
</section>
</main>
<footer>
<!--footer code goes here-->
</footer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment