HTML
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Make Your Own Bingo Card</title>
<script src="../../js/jquery-3.3.1.min.js"></script>
<link rel="stylesheet" href="BingoCard.css">
<script src="BingoCard.js"></script>
</head>
<h1>Ceate A Bingo Card</h1>
<table id = "tt">
<tr id="head">
<th>B</th>
<th>I</th>
<th>N</th>
<th>G</th>
<th>O</th>
</tr>
<tr>
<td id="square0"> </td>
<td id="square5"> </td>
<td id="square10"> </td>
<td id="square14"> </td>
<td id="square19"> </td>
</tr>
<tr>
<td id="square1">