Latihan 3
Latihan 3
Ketiklah index script berikut:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>School Website - Home</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Welcome to Our School</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section>
<h2>Home</h2>
<p>Welcome to our school's website. We are committed to providing the best education to our students.</p>
</section>
</main>
<footer>
<p>© 2024 Our School</p>
</footer>
</body>
</html>
Save as ke jenis html.