Skip to content

Commit

Permalink
First Additions!
Browse files Browse the repository at this point in the history
HTML Day one guidelines
  • Loading branch information
robertmccraith committed Apr 12, 2012
0 parents commit 7ae4716
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
Binary file added HTML day 1/HMTL Guidlines Day 1.pdf
Binary file not shown.
19 changes: 19 additions & 0 deletions HTML day 1/html guidlines.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<html>
<head>
<title>Intro to HTML</title>
</head>
<body>
<h1 style="color:red; font-family:comic sans ms;">Red text</h1>
<img style="float:right;"src="trollface.jpg" width="100"/>
<h2>Hello World!</h2>
<p style="font-family:Brush Script MT;">
Fatback capicola shankle swine bacon, tail pork speck filet mignon tenderloin kielbasa. Pork loin short ribs tail turkey.
<p style="text-align:center;">
Ribeye sausage short ribs, t-bone ham hock spare ribs turducken prosciutto pig biltong ground round filet mignon. Swine shankle pork ball tip short ribs tri-tip frankfurter, kielbasa jowl hamburger.
</p>
<iframe style="float:right" width="420" height="315" src="http://www.youtube.com/embed/QH2-TGUlwu4" frameborder="0" allowfullscreen></iframe>
<h5>Hello World!</h5>
<h6>Hello World!</h6>

</body>
</html>
Binary file added HTML day 1/html guidlines.pages
Binary file not shown.
Binary file added HTML day 1/trollface.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7ae4716

Please sign in to comment.