Created
May 29, 2017 07:38
-
-
Save dhanyn10/28408affe74c76f5151d76e213157166 to your computer and use it in GitHub Desktop.
Membuat Program/Aplikasi Komputer untuk Pemula
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> | |
<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