Created
May 19, 2020 21:22
-
-
Save aacassandra/b1e056ba61462a85ed06adb8033c4d3d to your computer and use it in GitHub Desktop.
Belajar HTML: Membuat Kotak Angka (23/33)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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