HTML5 Example structure

HTML5 Example structure

[code]

<!DOCTYPE html>
<html lang=“en“>
<head>
<meta charset=utf-8 />
<title>Pfuscher Kategorien</title>
<link rel=“stylesheet“ href=“css/style.css“>
</head>
<body>
<header><h1>pfuscher.com</h1></header>
<aside id=“nav“><nav><h2>Site Navigation</h2>
<ul>
<li>Nav 1</li>
<li>Nav 2</li>
<li>Nav 3</li>
</nav></aside>
<article id=“index“><h2>Pfuscher in …</h2>
<section id=“cat-0″><h3><a href=“#“ title=“Pfuscher in der Politik“>Politik</a></h3></section>
<section id=“cat-1″><h3><a href=“#“ title=“Pfuscher in der Wirtschaft“>Wirschaft</a></h3></section>
<section id=“cat-2″><h3><a href=“#“ title=“Pfuscher in der Relgion“>Religion</a></h3></section>
<section id=“cat-4″><h3><a href=“#“ title=“Pfuscher in der Wissenschaft“>Wissenschaft</a></h3></section>
<section id=“cat-5″><h3><a href=“#“ title=“Pfuscher in der Rechtsprechung“>Rechtsprechung</a></h3></section>
<section id=“cat-3″><h3><a href=“#“ class=“icon-shit“ title=“Achtung! Pfuscher Dumm wie Scheisse“></a></h3></section>
<aside id=“article-sidebar“>Article sidebar</aside>
</article>
<footer>Footer</footer>
</body>
</html>

[/code]

Send a Comment

Your email address will not be published.

*