Please can someone help me out with this. I am trying to add Saturday and Sunday to the table,but i can not seem to get the code
<!DOCTYPE html> <html> <head> <title>My Blog</title> <link href="https://fonts.googleapis.com/css?family=Handlee" rel="stylesheet"> </head> <body> <!-- My Schedule section start --> <div class="section"> <h1><span>My Coding Schedule</span></h1> <table> <tr> <th>Day</th> <th>Mon</th> <th>Tue</th> <th>Wed</th> <th>Thu</th> <th>Fri</th> <th>Sat</th> <th>Sun</th> </tr> <tr> <td>6-6:30</td> <td class="selected">Rest</td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> </tr> <tr> <td>7-7:30</td>