Skip to content

Instantly share code, notes, and snippets.

@vancuong4662
Created December 8, 2024 03:23
Show Gist options
  • Select an option

  • Save vancuong4662/21168a17196493421f455e2d998706ad to your computer and use it in GitHub Desktop.

Select an option

Save vancuong4662/21168a17196493421f455e2d998706ad to your computer and use it in GitHub Desktop.
Mẫu code buổi 2 - jsa
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<title>Document</title>
</head>
<body>
<div style="width: 40%; margin: 32px auto" class="w3-card-4 w3-padding">
<div>
Điểm : <span id="score-show">0</span>
</div>
<div>
<button class="w3-button w3-blue w3-padding">Cộng điểm</button>
</div>
</div>
<script>
//...
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment