For this assignment, you will be constructing an HTML file containing well-formed HTML that satisfies the requirements below.
Requirements
- The title of the page should have your name and zid in it.
- The page should have a heading at the top that says CSCI 466 Assignment 7
- There must be an image on your page, and that image must be part of a link to another site.
- There must be three paragraphs worth of text. Have each in its own paragraph element. Be creative.
- An ordered list of your top ten favorite foods must be shown.
- Include an HTML table element that shows a 5 5 multiplication table, with rows and columsn for the numbers 1, 3, 5, 7 , 9.
- There must be a form element meeting the following requirements:
- The form must submit to
- The values submitted by the form must not appear in the URL.
- There must be a single line text box whose value is associated with the name banana.
- There must be a series of three checkboxes. They should be labeled Carbohydrates, Fat, and Protein, and submit those values under the name macros.
- There must be a group of three radio buttons labeled A, B, and C. They should submit a value that matches their label and the server should be able to access it under the name abc.
- The A radio button should start off in a checked state.
- There must be a field in your form that is not displayed in the browser, but which contains your zid as a value and submits it under the name zid.
- The submit button must have a caption of Make it so.
Reviews
There are no reviews yet.