question (copy).html 891 Bytes
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title></title>
    <style>
    div {
      width: 100%;
      height: 800px;
      background: url("image/background.png");
      background-size: cover;

    }
</style>

  </head>
  <body background = "image/background.jpg">

<div>


    <center><img id="ask"></center><br><br><br>
    <center><img id="image"></center><br><br>

    <center><img id="a1" onclick="n(1)"></center>
    <center><img id="a2" onclick="n(2)"></center>
    <center><img id="a3" onclick="n(3)"></center>
    <center><img id="a4" onclick="n(4)"></center>


    <center><img id="end" width="500px"></center><br><br>
    <center><img id="sum"></center>

    <a id="b"href="index.html">
      <center>  <img src="image/b.png"></center>
    </a>

</div>

  <script src="scripts.js">
  </script>
  </body>
</html>