Skip to content

Instantly share code, notes, and snippets.

@iqbalmauludy
Created January 2, 2017 09:17
Show Gist options
  • Save iqbalmauludy/8cf5644b72298ff995b66e848166be82 to your computer and use it in GitHub Desktop.
Save iqbalmauludy/8cf5644b72298ff995b66e848166be82 to your computer and use it in GitHub Desktop.
Pengenalan HTML5 Untuk Sobat 'Hello Code!'
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HTML5</title>
</head>
<body>
<p>Hello Code!</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment