Skip to content

Instantly share code, notes, and snippets.

@aacassandra
Created April 10, 2020 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aacassandra/0078e07c03ac5cc3a3ce6cd2e1c0711b to your computer and use it in GitHub Desktop.
Save aacassandra/0078e07c03ac5cc3a3ce6cd2e1c0711b to your computer and use it in GitHub Desktop.
Belajar HTML: Membuat Halaman Web Pertama (2/33)
<!DOCTYPE html>
<html>
<head>
<title>sahabatcoding</title>
</head>
<body>
Hello World
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment