Question
Create a simple HTML page that will hold the information you need for the rest of the problems. You can likely use your solution from
Create a simple HTML page that will hold the information you need for the rest of the problems. You can likely use your solution from tutorial #1 as a good starting point. At minimum, this HTML page will require: A textbox to enter a movie ID to retrieve A button to initiate the retrieval of a movies data Places to display the movies title, release year, and runtime A place to display a list of actors in the movie A section to display reviews of the movie Input elements to allow a user to enter their name, a score for the movie (out of 10) and a text review. An Add Review button Initially, several of these sections may be hidden, or you could retrieve and display a default movies data when the page first loads. This HTML page should also reference a Javascript file that you will continue to add code to throughout the tutorial.
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