Created
May 22, 2020 11:35
-
-
Save aacassandra/3a19f69e948ea8889d3a84ed01af9e99 to your computer and use it in GitHub Desktop.
Belajar HTML: Membuat Kotak Upload File (24/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="avatarForm">Please insert your avatar:</label> | |
<input type="file" name="avatarForm" id="avatarForm"> | |
</form> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment