ycss/index.html
2012-01-24 22:45:03 +01:00

26 lines
722 B
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="y.css" />
<title>Page title</title>
</head>
<body>
<header>
<h1>Title</h1>
<h2>Subtitle</h2>
</header>
<article>
<title> <h1>Article Title</h1> </title>
<p>This is the article</p>
<h2>section</h2>
<h3>subsection</h3>
<p>Some <em>content</em> <strong>with</strong> <a href="#">a link</a>. </p>
<blockquote>A blockquote</blockquote>
</article>
<footer>
<p>Footer content</p>
</footer>
</body>
</html>