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 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

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>

29th Sep 2022, 11:54 AM
Hacman
Hacman - avatar
14 Answers
+ 2
Seems to be working to me. Next time share your code bit instead of trying to put the entire code in the question.
29th Sep 2022, 5:30 PM
Chris Coder
Chris Coder - avatar
+ 1
Not really Ishak i had to leave it that way
1st Oct 2022, 12:27 PM
Hacman
Hacman - avatar
+ 1
Ishak of course
13th Oct 2022, 6:04 AM
Hacman
Hacman - avatar
13th Oct 2022, 6:06 AM
Hacman
Hacman - avatar
+ 1
👍🏾
15th Oct 2022, 11:23 AM
Hacman
Hacman - avatar
+ 1
Ishak there's no CSS just HTML
16th Oct 2022, 12:46 PM
Hacman
Hacman - avatar
+ 1
I was the one who added the Saturday and Sunday to the code. I wanted to try something different. Originally, it's just Monday to Friday
16th Oct 2022, 1:11 PM
Hacman
Hacman - avatar
0
Did you solve the issue?
30th Sep 2022, 2:50 PM
Ishak
Ishak - avatar
0
Hacman is it possible to share your code? I copied your text and it worked for me
12th Oct 2022, 9:08 PM
Ishak
Ishak - avatar
0
Hacman it's still working ... I can see all the days of the week
13th Oct 2022, 1:06 PM
Ishak
Ishak - avatar
0
Hacman is there any css in your code?
15th Oct 2022, 2:33 PM
Ishak
Ishak - avatar
0
Hacman if I could see the css then maybe I'd be able to find the issue
15th Oct 2022, 2:34 PM
Ishak
Ishak - avatar
0
Hacman Saturday and Sunday is there... have you tried it on a different device?
16th Oct 2022, 1:05 PM
Ishak
Ishak - avatar
0
Hacman So do you still need help?
16th Oct 2022, 1:12 PM
Ishak
Ishak - avatar