Skip to content

Instantly share code, notes, and snippets.

@codingwithsara
Created October 3, 2019 00:23
Show Gist options
  • Save codingwithsara/c61eccccd223cc6be7624388e12dd790 to your computer and use it in GitHub Desktop.
Save codingwithsara/c61eccccd223cc6be7624388e12dd790 to your computer and use it in GitHub Desktop.
JS Checkboxes 2
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>チェックボックスの値取得</title>
<style>
.container {
width: 300px;
margin: 100px auto;
font-size: 20px;
}
button {
margin-top: 40px;
}
</style>
</head>
<body>
<!-- 省略 -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment