Skip to content

Instantly share code, notes, and snippets.

@mwiscount
Created July 22, 2013 18:05
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 mwiscount/6056091 to your computer and use it in GitHub Desktop.
Save mwiscount/6056091 to your computer and use it in GitHub Desktop.
My HTML Lesson Plan
/**
* My HTML Lesson Plan
*/
background: #f06;
background: linear-gradient(pink, lightblue, yellow);
min-height: 100%;
<!-- My HTML Lesson Plan -->
<html>
<head>
<title>My HTML Lesson Plan</title>
</head>
<body>
<h1>My HTML Webpage</h1>
<h2>What is HTML?</h2>
<h3>Hyper-text Markup Language</h3>
<br/>
<p>It is the computer language of the internet.</p>
<hr/>
<h4>Webpages can provide information, media and interaction.</h4>
<h5>Webpages can take me to places that are not locally close.</h5>
<h6>Webpages can connect me to friends, family, teachers and classmates.</h6>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment