Skip to content

Instantly share code, notes, and snippets.

@aacassandra
Last active May 16, 2020 16:35
Show Gist options
  • Save aacassandra/fc8729cbb49711d1f19192b1e1750b0e to your computer and use it in GitHub Desktop.
Save aacassandra/fc8729cbb49711d1f19192b1e1750b0e to your computer and use it in GitHub Desktop.
Belajar HTML: Membuat Kotak Tesk (19/33)
<!DOCTYPE html>
<html>
<head>
<title>sahabatcoding</title>
</head>
<body>
<form action="" method="">
<input type="text" name="email" value="" placeholder="isikan email anda">
<input type="text" name="phone" value="" placeholder="isikan telepon anda">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment