Create a web page (see an example page below) that contains a home-campus travel distance survey as specified below: Hom
Posted: Sat May 14, 2022 4:40 pm
Create a web page (see an example page below) that contains a home-campus travel distance survey as specified below: Home-Campus Distance Survey Please complete this survey and your participation in this survey will be highly appreciated Home-Campus Travel Distance in miles: Select your traveling options dirve an automobile take a bus walk Submit Reset [The image above is a sample page for this problem. To improve its accessibility, its contents are described as below: On the top of the page is a large bold text title, "Home-Campus Distance Survey". Immediately below the title is a paragraph of text, "Please complete this survey and your participation in this survey is highly apprecaited"; Next line is a text label and a text box; Next line is a paragraph of text, "Select your traveling options:"; Next three lines are a check box and a text label. The text labels are "drive an automobile", "take a bus", and "Walk", respectively; At the tbottom are two buttons, Submit and Reset. ) The page should include: One input text box to accept the user's travel distance in miles and a label for the box (2%); Three check boxes for the user to check three home-campus travel options (including drive an automobile, take a bus, and walk) and a label for each check box; (4%) A submit button and a reset button (2%); You should implement the survey using a standard HTML form (1%); Upon submission, the form should invoke a server-side script located at https://webdevbasics.net/scripts/demo.phpe: (1%) Please write the full HTML code. Edit You inca The