Skip to content

Instantly share code, notes, and snippets.

@fakhrikmt
Created August 16, 2017 00:58
Show Gist options
  • Save fakhrikmt/af2e4b9d2f273e4ffd83f5f73908909d to your computer and use it in GitHub Desktop.
Save fakhrikmt/af2e4b9d2f273e4ffd83f5f73908909d to your computer and use it in GitHub Desktop.
pengertian dari HTML
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Judul HTML</title>
</head>
<body>
<p>Ini adalah paragraf</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment