Skip to content

Instantly share code, notes, and snippets.

@abhinav1592
Created December 24, 2015 07:58
Show Gist options
  • Save abhinav1592/27d0bd4610e64e301bef to your computer and use it in GitHub Desktop.
Save abhinav1592/27d0bd4610e64e301bef to your computer and use it in GitHub Desktop.
Derek_Banas_HTML_in_15_minutes_source_code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head> <!-- Defines what type of content is gonna go into this HTML page-->
<meta http-eqiv="Conent-Type" context=text/html; charset = IOS-8859-1"/>
<style type="text/css">
h1{color:red}
</style>
<link rel="stylesheet" type="text/css" href="styles.css"/>
<meta name = "description" content="Welcome to Bobs hardware!"/>
<meta name = "keywords" content="Hammers,Nails"/>
<meta name = "author" content="Abhinav Shrivastava"/>
</head>
<body>
<h1>HEAD1 </h1>
<h1>HEAD1 </h1>
<h1>HEAD1 </h1>
<h1>HEAD1 </h1>
<h1>HEAD1 </h1>
<h1>HEAD1 </h1>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment