Weeks 7 and 8
Changing pictures
Forms and form elements:
Form elements : inputs, checkboxes, radio buttons, selects, etc.
JavaScript
Assignment #5: Due Wednesday March 19. (Note: you'll want to start on this early): Create a web page containing three image tags (each containing a different picture), three input fields (each containing a different number) and a button. Whenever the button is clicked, all pictures and numbers move one cell to the right, with the exception of the rightmost elements which move to the leftmost position.