fixing button code Toggle

fixing button code Toggle

when i am enter on the button Toggle it is open to me the both of the buttons | code:
 
 
 

  1. <style>
    p { background:#dad;
    font-weight:bold;
    font-size:17px; }
    </style>
    <script src="http://code.jquery.com/jquery-latest.js">
    </script>
    <div align="center">
    </div>
    <div align="center">
    &nbsp;
    </div>
    <div align="center">
    &nbsp;
    </div>
    <div align="center">
    <button style="width: 651px; height: 42px;">
    <div align="center">
    <font size="6">
    "בסיס - "על המערכת&nbsp;
    </font>
    &nbsp;
    </div>
    </button>
    </div>
    <div>
    &nbsp;&nbsp;
    </div>
    <div>
    &nbsp;
    </div>
    <p>
    <a href="https://www.google.co.il/" target="_blank">
    2
    </a>
    </p>
    <p>
    <a href="https://www.google.co.il/" target="_blank">
    3
    </a>
    </p>
    <p>
    <a href="https://www.google.co.il/" target="_blank">
    4
    </a>
    </p>
    <p>
    <a href="https://www.google.co.il/" target="_blank">
    5
    </a>
    </p>
    <p>
    <a href="https://www.google.co.il/" target="_blank">
    6
    </a>
    </p>
    <p>
    <a href="https://www.google.co.il/" target="_blank">
    7
    </a>
    </p>
    <p>
    <a href="https://www.google.co.il/" target="_blank">
    8
    </a>
    </p>
    <p>
    <a href="https://www.google.co.il/" target="_blank">
    9
    </a>
    </p>
    <p>
    <a href="https://www.google.co.il/" target="_blank">
    10
    </a>
    </p>
    <p>
    <a href="https://www.google.co.il/" target="_blank">
    11
    </a>
    </p>
    <p>
    <a href="https://www.google.co.il/" target="_blank">
    12
    </a>
    </p>
    <p>
    <a href="https://www.google.co.il/" target="_blank">
    13
    </a>
    </p>
    <p>
    <a href="https://www.google.co.il/" target="_blank">
    14
    </a>
    </p>
    <p>
    <a href="https://www.google.co.il/" target="_blank">
    15
    </a>
    </p>
    <div align="center">
    </div>
    <div align="center">
    </div>
    <div align="center">
    </div>
    <div align="center">
    </div>
    <div align="center">
    </div>
    <div align="center">
    </div>
    <div align="center">
    &nbsp;
    </div>
    <div align="center">
    <button style="width: 651px; height: 42px;">
    <div align="center">
    <font size="6">
    "בסיס - "על המערכת
    </font>
    &nbsp;
    </div>
    </button>
    </div>
    <div>
    &nbsp;&nbsp;
    </div>
    <div>
    &nbsp;
    </div>
    <p>
    <a href="https://www.google.co.il/" target="_blank">
    2
    </a>
    </p>
    <p>
    <a href="https://www.google.co.il/" target="_blank">
    3
    </a>
    </p>
    <p>
    <a href="https://www.google.co.il/" target="_blank">
    4
    </a>
    </p>
    <p>
    <a href="https://www.google.co.il/" target="_blank">
    5
    </a>
    </p>
    <p>
    <a href="https://www.google.co.il/" target="_blank">
    6
    </a>
    </p>
    <p>
    <a href="https://www.google.co.il/" target="_blank">
    7
    </a>
    </p>
    <p>
    <a href="https://www.google.co.il/" target="_blank">
    8
    </a>
    </p>
    <p>
    <a href="https://www.google.co.il/" target="_blank">
    9
    </a>
    </p>
    <p>
    <a href="https://www.google.co.il/" target="_blank">
    10
    </a>
    </p>
    <p>
    <a href="https://www.google.co.il/" target="_blank">
    11
    </a>
    </p>
    <p>
    <a href="https://www.google.co.il/" target="_blank">
    12
    </a>
    </p>
    <p>
    <a href="https://www.google.co.il/" target="_blank">
    13
    </a>
    </p>
    <p>
    <a href="https://www.google.co.il/" target="_blank">
    14
    </a>
    </p>
    <p>
    <a href="https://www.google.co.il/" target="_blank">
    15
    </a>
    </p>
    <script>
    $(function() {
    $("button").click(function () {
    $("p").toggle("slow");
    }).click();
    });
    </script>