Skip to content

Instantly share code, notes, and snippets.

@abhishekjakhar
Created October 14, 2018 07:37
Show Gist options
  • Save abhishekjakhar/553ebecc5acc1fb554805225693f4bc5 to your computer and use it in GitHub Desktop.
Save abhishekjakhar/553ebecc5acc1fb554805225693f4bc5 to your computer and use it in GitHub Desktop.
Basic Layout(HTML)
<!DOCTYPE html>
<html>
<head>
<title>HTML - A short guide</title>
</head>
<body>
<header>...</header>
<section>...</section>
<footer>...</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment