In class, 4/25 (practice exam).
Print your summary.html page in class 4/23 and bring it with you to the exam.
How to study:
HTML to PDF translator: Prince 8.0 download or online converter.
LAB14
sub-directory of you LABS
directory.Starbuzz Bean Machine
order form.
In form.html in the starbuzz
directory:
action
attribute http://www.starbuzzcoffee.com/processorder.phpand
method
attribute POST.
text input
elements for the name and address controls.tel input
and submit input
elements for phone number and order controls.radio input
elements to choose between wholeand
ground.
checked
attribute to the groundradio button.
number input
and date input
elements to get amount and arrival date controls.checkbox input
elements for Extras.
textarea
element for comments.LABS
directory to have a link
to the form.html page in the starbuzz
sub-directory of your LAB14
directory.
table
element with the opening and closing tags of a form
element.
(This formwon't need
action
or method
attributes.)
text input
element with id
attribute display.
button input
elements with appropriate value
attributes.PROJECT
directory.head
element add a script
element with no content.
In the opening tag of this element, set the src
attribute to be the path to your calc.js file.
onclick
attributes to each of the td
elements that represent calulator keys.
The value of these attributes should be a call to the appropriate function defined in calc.js.
Always turn off your computer and screen before leaving the room.