Question
JAVASCRIPT/JQUERY Hello I would like some help understanding jQuery. Here are the directions: Write a program that creates the following table: Course Course Name Day
JAVASCRIPT/JQUERY
Hello I would like some help understanding jQuery.
Here are the directions:
Write a program that creates the following table:
Course | Course Name | Day | Time |
IMS115 | Windows 10 | Monday | 6 PM |
IMS215 | Office 2016 | Wednesday | 5 PM |
MIS200 | Java | Thursday | 9 AM |
MTH105 | Business Math | Saturday | 10 AM |
Using jQuery, select every other odd row and change the font color to blue and make it bold.
And here is my code:
Chapter4.html
Java Script Homework Chapter 4
Course | Course Name | Day | Time |
---|---|---|---|
IM115 | Windows10 | Monday | 6 PM |
IM215 | Office2016 | Wednsday | 5 PM | MIS200 | Java | Thursday | 9 AM |
MTH105 | Business Math | Saturday | 10 AM |
Chapter4.css
@charset "utf-8"; table,th{ border:1px solid black; }
Everything is in the same folder
C:\Users\************\Desktop\HTMLCSS JAVASCRIPT\HW5
Thank you
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started