Skip to content

Instantly share code, notes, and snippets.

@sulemani39
Created October 22, 2024 13:57
Show Gist options
  • Save sulemani39/592816cd25bec3e994c12f111e27b74d to your computer and use it in GitHub Desktop.
Save sulemani39/592816cd25bec3e994c12f111e27b74d to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contoh HTML</title>
</head>
<body>
<h1>Belajar HTML</h1>
<p>HTML adalah bahasa markup untuk membuat halaman web.</p>
<a href="https://www.example.com">Kunjungi contoh website</a>
<img src="gambar.jpg" alt="Contoh Gambar">
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment