ycss/index.html
Yann Esposito (Yogsototh) db789913e2 Initial commit
2012-01-24 22:28:08 +01:00

25 lines
733 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>HTML Title</title>
</head>
<body>
<h1> This is the main page title </h1>
<h2> With a subtitle </h2>
<article>
<title>
<h1>The article title</h1>
</title>
<p>This is the article</p>
<h2> A sub title </h2>
<p>Something to say? <a href="#">This is a link</a> </p>
<blockquote>
This is a blockquote
</blockquote>
</article>
<footer>
This is the footer
</footer>
</body>
</html>