eng
competition

Text Practice Mode

Html TR Orta Seviye

created Apr 11th, 15:45 by AyazQA32


0


Rating

53 words
5 completed
00:00
<!DOCTYPE html>
<html lang="tr">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Başlangıç Web Sitesi</title>
</head>
<body>
    <header>
        <h1>Başlangıç Web Sitesi</h1>
    </header>
     
    <nav>
        <a href="#">Ana Sayfa</a>
        <a href="#">Hakkında</a>
        <a href="#">İletişim</a>
    </nav>
     
    <section>
        <h2>Hoş Geldiniz!</h2>
        <p>Bu, temel bir HTML ile yapılmış web sitesi örneğidir.</p>
    </section>
     
    <footer>
        <p>&copy; 2025 Başlangıç Web Sitesi</p>
    </footer>
</body>
</html>
 

saving score / loading statistics ...