Created
October 22, 2024 13:57
-
-
Save sulemani39/592816cd25bec3e994c12f111e27b74d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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