<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>くじ</title>
<link rel="stylesheet" href="kujidao.css">
<script type="text/javascript" src="kujidao.js" charset="utf-8"></script>
</head>
<body>
<p id="fin">好きな数字を選びなさい</p>
<p class="start">
<button id="start" type="button" value="START">| スタート |</button>
</p>
<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 id="suc"><p>6</p></div>
<div><p>7</p></div>
<div><p>8</p></div>
<div><p>9</p></div>
<div><p>10</p></div>
</body>
</html>