Question
A local university has asked you to create an HTML5 document that allows prospective college students to provide feedback about their campus visit. Your HTML5
A 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 perspective students to indicate what they liked most about the campus. The checkboxes should include: campus, students, location, atmosphere, course offerings, dorm rooms, resource center, sports. Also, provide radio buttons that ask the prospective students the main way they became interested in the college. Options should include: friends (the default), relatives, television, Internet, and other. In addition, provide a text area for additional comments, a submit button, and a reset button. After the e-mail field in the form, add an input field for the user to enter the date visited the campus in the form yyyy-mm-dd. Use the proper HTML5 input type. Call your program MyUniversity. In the forms action attribute, add the destination MySchedule.html. Create an html page called MySchedule.html. Make sure that this page is in the same directory folder as the html page containing the form so that relative addressing will work. In this page, create a table for information about your schedule. The table should have two columns, one for the course number and one for the course name. The columns have proper column headings, a header that states My Schedule, and a footer that states how many courses you are taking. Be as creative with your table as you like. The more creative (table attributes), the higher the score.
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