Question
2.16 A local university has asked you to create an HTML5 document that allows prospective college students to provide feedback about their campus visit. Your
2.16A local university has asked you to create an HTML5 document that allows prospective college students to provide feedback about their campus visit. Your HTML5 document should contain a form with text fields for a name and e-mail. Provide checkboxes that allow prospective students toindicate what they liked most about the campus. The checkboxes should include: campus, students, location, atmosphere, dorm rooms and sports. Also, provide radio buttons that ask the prospective students how they became interested in the college. Options should include: friends, television, Internet and other. In addition, provide a text area for additional comments, a submit button and a reset button. Use post to sent the information in the form tohttp://www.deitel.com(Links to an external site.)Links to an external site..
3.5Write an HTML5 element (or elements) to accomplish each of the following tasks: a) Students were asked to rate the food in the cafeteria on a scale of 1 to 10. Use a meter element with text to its left and right to indicate that the average rating was 7 out of 10. b) Create a details element that displays the summary text "Survey Results" for Part (a). When the user clicks the arrow next to the summary text, an explanatory paragraph about the survey should be displayed. c) Create a text input element for a first name. The element should automatically receive the focus when the form is rendered in a browser. d) Modify Part (c) to eliminate the label element and use placeholder text in the input element. e) Use a datalist to provide an autocomplete list for five states. f) Create a range input element that allows the user to select a number from 1 to 100. g) Specify that autocomplete should not be allowed for a form. Show only the forms opening tag. h) Use a mark up element to highlight the second sentence in the following paragraph.
Students were asked to rate the food in the cafeteria on a scale of 1 to 10. The average result was 7.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started