Answered You can hire a professional tutor to get the answer.
Please Help with a Web page that features the Guess My Number game using a combination of polyglot HTML, CSS, andJavaScriptwith the following...
Please Help with a Points for Assignment Final Project100
- Game Created in Table (worth 4 points)
- Game Logo (download here )
- Range Header Text
- Input fields to Indicate Number Range in To-From Format
- Input field for Guessed Number
- Start Button to Start Game (worth 10 points)
- Button styled with CSS (worth 4 points)
- Set focus to From textbox (worth 4 points)
- Generate random number in To-From Range (worth 10 points)
- Set focus to Guess textbox (worth 4 points)
- Guess Button to Process Guess (worth 10 points)
- Button styled with CSS (worth 4 points)
- Reset textbox and set focus to Guess textbox after incorrect guess (worth 4 points)
- If Guess is not in From-To range
- Alert stating "The number you entered is not in the From-To range. Please enter a valid number." (worth 4 points)
- Instruction text area in RED text to indicate the following messages: (worth 4 points)
- "Please set range of numbers and press the Start button." (worth 4 points)
- "Please guess a number, enter it, and press Guess." (worth 4 points)
- "My number is greater than 'guessed number'." (Where 'guessed number' is actual number guessed.) (worth 4 points)
- "My number is less than 'guessed number'." (Where 'guessed number' is actual number guessed.) (worth 4 points)
- Guesses text area in RED text to indicate the following message: (worth 4 points)
- "Number(s) Guessed: 'num1 num2 etc.' (Where 'num1 num2 etc.' are actual numbers guessed.) (worth 4 points)
- If Guess is Correct
- Alert indicating how many attempts it took to guess number (worth 10 points)
- Reset form (without button) after correct guess to beginning status (worth 4 points)