########################################## # # HTML (1) : In class exercise # ########################################## ###### Question No. 1 ################################################## #################################################### # # Try to write an HTML page called patient.html # that can generate the following screenshot: patient.jpg # Please click on the page name to see the screenshot # If you don't want to type the text you can download it # from the following page: patientText.txt # #################################################### HTML page is accessible at: patient.html HTML page is accessible at: patient.txt ###### Question No. 2 ################################################## #################################################### # # Try to write an HTML page called doctor.html # that can generate the following page: doctor.jpg # Please click on the page name to see the screenshot # If you don't want to type the text you can download it # from the following page: doctorText.txt # #################################################### HTML page is accessible at: doctor.html HTML page is accessible at: doctor.txt ###### Question No. 3 ################################################## #################################################### # # Connect patient.html and doctor.html via (blue-underlined) links # so that clicking on the doctor's name in the patient.html file # will open the doctor.html file and vice versa. # ####################################################