Created
October 22, 2024 12:22
-
-
Save sulemani39/cc2ca1f338fa547da09c4c1cbfe2b697 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>Judul Halaman</title> | |
</head> | |
<body> | |
<h1>Selamat Datang di Halaman Web!</h1> | |
<p>Ini adalah contoh paragraf dalam HTML.</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment