Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Filing And Computer Database Projects

Authors: Jeffrey Stewart

2nd Edition

007822781X, 9780078227813

More Books

Students also viewed these Databases questions

Question

Design a job advertisement.

Answered: 1 week ago