Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Design the following web page using htgl and use java script to do the following: - when the user enter values for width and height(input
Design the following web page using htgl and use java script to do the following: - when the user enter values for width and height(input type is number) and press on change button the width and height of the picture will be changed according to the given values.(3 marls) If the user press on change button and width or height or both are empty an alert should appear telling him that he should fill them.(2 marks) If the user press on change button and width or height or both are filled with value less than 50 or greater than 1000 an alert should appear telling him that he should fill them with values between 50 and 1000. ( 2 marls) - The user can select color after that double click anywhere on the page to change the color of all texts in the page (2 marks) What Can JavaScript Do? Width: height: Select your favorite color and doubleclick to change text color of the form
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