ycss/index.html

27 lines
722 B
HTML
Raw Permalink Normal View History

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