-
-
Save sulemani39/f3a64ae7df2706a149fd5c1358217b0c 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 dan CSS</title> | |
<link rel="stylesheet" href="styles.css"> | |
</head> | |
<body> | |
<h1>Belajar HTML dan CSS</h1> | |
<p>Dengan HTML dan CSS, Anda dapat membuat halaman web yang menarik.</p> | |
<a href="https://www.example.com">Kunjungi website</a> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment