Skip to content

Instantly share code, notes, and snippets.

@aacassandra
Created May 19, 2020 21:05
Show Gist options
  • Save aacassandra/3230b0bcb65919be325341eb7bb52403 to your computer and use it in GitHub Desktop.
Save aacassandra/3230b0bcb65919be325341eb7bb52403 to your computer and use it in GitHub Desktop.
Belajar HTML: Membuat Kotak Tanggal (22/33)
<!DOCTYPE html>
<html>
<head>
<title>sahabatcoding</title>
</head>
<body>
<form action="" method="">
<label for="dateForm">Please insert date:</label>
<input type="date" name="dateForm" id="dateForm">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment