You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
525 B
HTML
19 lines
525 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<title>stage</title>
|
|
<link rel="stylesheet" href="stage.css">
|
|
|
|
</head>
|
|
<body >
|
|
<button id="bact1">act1</button> <button id="bact2">act2</button> <button id="bact3">act3</button>
|
|
|
|
<div id="act1" class="act"> act1</div>
|
|
<div id="act2" class="act"> act2</div>
|
|
<div id="act3" class="act"> act3</div>
|
|
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
|
<script src="stage.js"></script>
|
|
|
|
</body> |