User Tools

Site Tools


eg-259:homework:3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
eg-259:homework:3 [2012/02/04 12:47] – [Exercises to Illustrate Forms] eechriseg-259:homework:3 [2012/02/06 21:25] – [Exercises to Illustrate Forms] eechris
Line 18: Line 18:
   - Add a submit button labeled ''checkout'' and a reset button labeled ''cancel'' to the form created in Exercise 1.   - Add a submit button labeled ''checkout'' and a reset button labeled ''cancel'' to the form created in Exercise 1.
   - Add a menu to the form created in Exercise 1 to select a delivery method. E.g. choice of //next day delivery//, //1st class post//, //free post//, //courier//, etc. Make //1st class post// the default delivery method.   - Add a menu to the form created in Exercise 1 to select a delivery method. E.g. choice of //next day delivery//, //1st class post//, //free post//, //courier//, etc. Make //1st class post// the default delivery method.
 +  - Add ''<label for>'' elements to the text fields added in Exercise 1 and link them to suitable ''id'' attributes in the associated widgets.
   - Add a text area to the form created in Exercise 1 to collect user feedback.   - Add a text area to the form created in Exercise 1 to collect user feedback.
   - Add a HTML5 attribute ''placeholder'' to the name text field and provide a suitable user hint.   - Add a HTML5 attribute ''placeholder'' to the name text field and provide a suitable user hint.
-  - Add the HTML5''required'' attribute to the name text field.+  - Add the HTML5 ''required'' attribute to the name text field. 
 +  - Add the HTML5 ''autofocus'' attribute to put the initial form focus on the name text field.
  
  
eg-259/homework/3.txt · Last modified: 2012/02/16 13:22 by eechris