diff --git a/index.html b/index.html index 5d7ea96c06e533543e8e2c8be2c270dc7c5d9fbb..68068910bc36639e28310912d12b3c656c507358 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ <script src="index.js"></script> <!--Question 4d--> - <link rel="stylesheet" href="#"> + <link rel="stylesheet" href="stylesheet.css"> <title>Lab 5</title> </head> <body> @@ -24,6 +24,12 @@ <table border="1" id="book-list"> +<tr class="rows"> + <td></td> + <td></td> + <td></td> + <td></td> +</tr> <tr id="header-row"> <th>Title</th> <th>Author</th>