Skip to content

Instantly share code, notes, and snippets.

@aacassandra
Created May 22, 2020 11:35
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/3a19f69e948ea8889d3a84ed01af9e99 to your computer and use it in GitHub Desktop.
Save aacassandra/3a19f69e948ea8889d3a84ed01af9e99 to your computer and use it in GitHub Desktop.
Belajar HTML: Membuat Kotak Upload File (24/33)
<!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