Skip to content

Instantly share code, notes, and snippets.

@egonelbre
Created November 21, 2011 17:05
Show Gist options
  • Save egonelbre/1383253 to your computer and use it in GitHub Desktop.
Save egonelbre/1383253 to your computer and use it in GitHub Desktop.
html knowledge test
<!doctype html>
<meta charset=utf-8 />
<title>Hello World</title>
<style>
body { margin: 30px auto; width: 500px; }
header { font-size: 20px; padding-bottom: 10px; }
article { padding : 20px; }
footer { font-size: 10px;}
#magic value { font-size: 10px;}
</style>
<header>Hello World</header>
<article>
<p id=magic value>Lorem ipsum...</p>
<p>Lorem ipsum...</p>
</article>
<footer>Egon Elbre</footer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment