Skip to content

Instantly share code, notes, and snippets.

@ravidaram
Created July 3, 2013 12:42
Show Gist options
  • Save ravidaram/5917567 to your computer and use it in GitHub Desktop.
Save ravidaram/5917567 to your computer and use it in GitHub Desktop.
html5
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset=utf-8"/>
<title>Website Title</title>
<link href="style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<header><h1> Abc Company </h1></header>
<nav>
<ul>
<li>
<a href="#">Home </a>
</li>
<li><a href="#">About Us
</a></li>
</ul>
</nav>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment