Question: This assignment will require you to do the following: The use of at least three different types of Events Creating and calling a function --------
This assignment will require you to do the following:
The use of at least three different types of Events
Creating and calling a function
--------
-Create a html file called index.html
-Within the head, use the Google CDN to use the jQuery library
- https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js
-Create a jQuery ready function that will hide all of the paragraph tags once the document loads when a button is clicked called Hide paragraphs
-In the body of the program, create a heading, add a few paragraphs on why your institution is the best institution, and a button
-Next, create an ordered list of your favorite Spelman moments and traditions
-Add jQuery script to highlight each list element when clicked in blue
-Add jQuery script to highlight each heading with a different color
-Lastly, create another heading of a different size (i.e. h3) and response as a subheading on why Computer Science is a good major. A click should turn your response blue.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
