Skip to content

Instantly share code, notes, and snippets.

@dhanyn10
Created May 29, 2017 07:38
Show Gist options
  • Save dhanyn10/28408affe74c76f5151d76e213157166 to your computer and use it in GitHub Desktop.
Save dhanyn10/28408affe74c76f5151d76e213157166 to your computer and use it in GitHub Desktop.
Membuat Program/Aplikasi Komputer untuk Pemula
<!DOCTYPE html>
<html>
<title>HTML Tutorial</title>
<body>
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment