Skip to content

Instantly share code, notes, and snippets.

@josikie
Created April 20, 2020 01:36
Show Gist options
  • Save josikie/5b93aba44f62febc1ed4bf1fe2afb294 to your computer and use it in GitHub Desktop.
Save josikie/5b93aba44f62febc1ed4bf1fe2afb294 to your computer and use it in GitHub Desktop.
Membuat Tabel Menggunakan HTML dan CSS
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tabel HTML</title>
</head>
<body>
<table></table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment