########################################## # # HTML (3) : In class exercise # ########################################## ###### Question No. 1 ################################################## #################################################### # # Download the following html page and do the following: fixme.html / fixme.txt # 1. Clean the code and fix its structure and order of tags # 2. Put all styles (any formatting) in an external CSS file # 3. Fix the functionality of the JavaScript # 4. Fix the functionality of the form and test it # The result should be saved as fixed.html and fixed.css # #################################################### Please visit: fixed.html Please visit: fixed.txt Please visit: fixed.css ###### Question No. 2 ################################################## #################################################### # # Try to write an HTML page called form.html # that can generate the following screenshot: form.jpg # Please click on the page name to see the screenshot # Name of the cities used: Halifax, Montreal, Toronto, Vancouver, Edmonton # Create an external CSS file for the styles called: style.css # #################################################### Please visit: form.html Please visit: form.txt Please visit: style.css ###### Question No. 3 ################################################## #################################################### # # Try to send the data entered in the form to the following page: # {$CMS_CONFIG->PATH->ROOT_URL}/{$CMS_CONFIG->PATH->PAGE_FOLDER}/info510/codes/html/print_data.php # Check if the variables you are sending are correctly received by the PHP code # ####################################################