<!DOCTYPE html>
<html>
<head>
<title>Başlık</title>
</head>
<body>
<article>
<hgroup>
<h1>Başlık 1</h1>
<h2>Başlık 2</h2>
</hgroup>
<p>İlk paragraf</p>
<section>
<h1>Section Başlığı</h1>
<p>Section İçeriği</p>
</section>
<section>
<h1>Section 2</h1>
<p>Section 2 İçeriği </p>
</section>
</article>
</body>
</html>
Dosyayı İndir