Skip to content

Instantly share code, notes, and snippets.

@aacassandra
Created May 19, 2020 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aacassandra/b1e056ba61462a85ed06adb8033c4d3d to your computer and use it in GitHub Desktop.
Save aacassandra/b1e056ba61462a85ed06adb8033c4d3d to your computer and use it in GitHub Desktop.
Belajar HTML: Membuat Kotak Angka (23/33)
<!DOCTYPE html>
<html>
<head>
<title>sahabatcoding</title>
</head>
<body>
<form action="" method="">
<label for="ageForm">Please insert your age:</label>
<input type="number" name="ageForm" id="ageForm" min="0" max="10">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment