Question: Write full HTML and JavaScript code as illustrated below, please note that this question consists of 2 parts and you need to combine HTML and
Write full HTML and JavaScript code as illustrated below, please note that this question consists of 2 parts and you need to combine HTML and JavaScript code in order to accomplish those parts: PART1: (2.5 marks] Develop the following HTML form as shown below: -Hotel Reservation Reservation Code: Reservation Type: Room type: Double Single Book for me PART2: (3.5 marks] Write the JavaScript validation as described below: Reservation Code, starts with three numbers, then followed by FC or ST words. Example: 123FC Reservation Type, starts with a lowercase letter, then one special character out of - #& Then followed by at least 5 word characters Room Type, you need to check that the user choose at least one of the room types (Double, Single) as shown above. (NOTE: none of the checkboxes initially checked, so you need to write the JavaScript code as specified)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
