Skip to content

Instantly share code, notes, and snippets.

@aacassandra
Created May 22, 2020 13:32
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/dc0a1907708844e0501bf7ebf1baa621 to your computer and use it in GitHub Desktop.
Save aacassandra/dc0a1907708844e0501bf7ebf1baa621 to your computer and use it in GitHub Desktop.
Belajar HTML: Membuat Kotak Pilih Warna (25/33)
<!DOCTYPE html>
<html>
<head>
<title>sahabatcoding</title>
</head>
<body>
<form action="" method="">
<label for="colourForm">Please insert your favorite colour:</label>
<input type="color" name="colourForm" id="colourForm" value="#ffffff">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment