Skip to content

Instantly share code, notes, and snippets.

@wlodi83
Last active December 15, 2015 22:08
Show Gist options
  • Save wlodi83/5330448 to your computer and use it in GitHub Desktop.
Save wlodi83/5330448 to your computer and use it in GitHub Desktop.
Warsztaty HTML5
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="description" content="Template strony w HTML'u 5">
<meta name="keywords" content="html5, html, www">
<meta name="author" content="Luaksz Wlodarczyk">
<title>Wstep do HTML5</title>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script>
//Wewnetrzny kod Jezyka Javascript
</script>
<style>
/* Wewnetrzny arkusz styli */
</style>
</head>
<body>
<header>
HTML5
<menu>
<a href="kontatk.html">Kontakt</a>
<a href="omnie.html">O Mnie</a>
<menu>
</haeder>
<section>
<hgroup>
<h1>Strona w HTML5</h1>
<h2>Podstawowe informacje</h2>
</hgroup>
</section>
<footer>
Copyright Lukasz Wlodarczyk 2013
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment