Starting from:

$25

CSCI466Assignment7 - Solved



HTMLForm(100pts)

Whattodo?

For this assignment, you will be constructing an HTML file containing well-formed HTML that satisfies the requirements below.

Requirements

1.     The title of the page should have your name and zid in it. (10pts)

2.     The page should have a heading at the top that says “CSCI 466 Assignment 7” (10pts)

3.     There must be an image on your page, and that image must be part of a link to another site. (10pts)

4.     There must be three paragraphs worth of text. Have each in its own paragraph element. Be creative.

(10pts)

5.     An ordered list of your top ten favorite foods must be shown. (10pts)

6.     Include an HTML table element that shows a 5 ×5 multiplication table, with rows and columsn for the numbers 1, 3, 5, 7 , 9. (10pts)

7.     There must be a form element meeting the following requirements: (5pts each × 8 items = 40pts)

a.     

 
 
 

The form must submit to http://students.cs.niu.edu/~z035690/asnsubmit.php.

b.    The values submitted by the form must not appear in the URL.

c.     There must be a single line text box whose value is associated with the name “banana”.

d.    There must be a series of three checkboxes. They should be labeled “Carbohydrates”, “Fat”, and “Protein”, and submit those values under the name “macros”.

e.     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”.

f.      The “A” radio button should start off in a checked state.

g.    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”.

h.    The submit button must have a caption of “Make it so”.


More products