Newer
Older
2021-misato / countdown.html
@佐々木美里 佐々木美里 on 12 Nov 2021 591 bytes 5回目の課題
<!DOCTYPE html>
<html>
<head>
<title>boka-n</title>
<script type="text/javascript" src="countdown.js"
charset="utf-8"><script>
<style type="text/css">
div {border: 1px solid black; margin: auto;
width: 10em; text-align:center;}
</style>
</head>

<body>
<div><p>1</p></div>
<div><p>2</p></div>
<div><p>3</p></div>
<div><p>4</p></div>
<div><p>5</p></div>
<div><p>6</p></div>
<div><p>7</p></div>
<div><p>8</p></div>
<div><p>9</p></div>
<div><p>10</p></div>

<p><button id="start" type="button", value="START">開始</button></p>
<p id="info">開始を押してスタート!</p>
</body>
</html>