Last active
December 12, 2015 04:58
-
-
Save denk0403/4718211 to your computer and use it in GitHub Desktop.
This Gist is a project made for my 7th grade programming elective.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>HTML Lesson Page</title> | |
<!-- A link to your CSS stylesheet would go here. --> | |
<!-- A link to your JavaScript files would go here. --> | |
</head> | |
<body> | |
<h1> HTML Example Page by Dennis Kats </h1> | |
<p> This page was made by a 7th grader named Dennis Kats <em>(Me)</em> as a school tech elective <strong>project</strong>.</p> | |
<p>It was made mainly using HTML. Here are the steps I took to creating my page. | |
<ol> | |
<li> I went to the Scholars' Academy programming website (found <a href="http://code.scholarsnyc.com/" title="Scholars' Academy Coding Website">here</a>). </li> | |
<li> Click the link that will take you to another page with steps and tips on what to do next (Both pages may change and include different content over time). </li> | |
<li> Find the HTML skeleton, also there is a link <a href="https://gist.github.com/stevekinney/4703970" title="HTML Skeleton">here</a>. </li> | |
<li> Then, copy and paste the template onto your code editor and all the other steps are on the template or <a href="https://gist.github.com/stevekinney/4704079" title="Scholars' Academy Coding Website">code.scholarsnyc.com</a> website. | |
</ol> | |
<img src="http://sweetsbysarahblog.files.wordpress.com/2013/01/chuck.gif"> | |
<p><h2>Good Luck!</h2></p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment