Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a basic HTML file called restaurant.html with the following basic elements: The name of your restaurant as the main heading. 3 subheadings: Our Story
Create a basic HTML file called restaurant.html with the following basic
elements:
The name of your restaurant as the main heading.
subheadings: Our StoryOur Food and Our People
Each subheading needs a brief description in paragraph form to
elaborate on these subheadings the paragraphs can be short
Each paragraph should be accompanied by a picture.
Import the jQuery library into your HTML document.
Create a jQuery command that will create an alert once the page has
loaded.
Create a jQuery command that will change the background once the page
has loaded.
Create a jQuery function which changes only a single paragraphs styling.
Create a jQuery function which fades out any object that is clicked onYoull
need to do a bit of research for this one.
Create a jQuery function which creates a dropdown menu with the use of
an accordion animation style when each section is hovered over. The dropdown menu should give the options of BreakfastLunchDinner
Desserts and Drinks
Create a jQuery function which contains a chained effect to slide all the
elements of your page around repeatedly whilst changing the background.
Create a jQuery function which fades a picture in and out over a period of
seconds each when the respective buttons are clicked.
Create a jQuery function which can stop the animation of the above effect
whilst in progress.
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