In class, 11/20.
XHTML to PDF translator: Prince 8.0 download or online converter.
contest
directory open the form.html
with your browser.
Try to enter the contest.
Examine the html source for form.html
and the contest.php
files with a text editor.
Starbuzz Bean Machine
order form.
In form.html
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 controls.checkbox input
elements for Extras.
textarea
element for comments.index.html
file in your LABS
directory to have a link
to the index.html
page in the starbuzz
directory.
styledform.html
and styledform.css
files.accessform.html
and accessform.css
files.
Create a My Calculator
page in your About Me
project.
Use the <form>
and <table>
elements to create an HTML calculator
.
Inside a form element (with no attributes, for now) create a table with five rows and column.
The first row should be one cell (spanning all five columns) containing a text input
element.
The remaining four rows should each have five cells.
Each of these cells should contain a button input
element.
Set the text of these buttons and style the page so that the form looks like a pocket calculator.
(For now, your calculator won't actually do anything.
Eventually, you will use JavaScript to make your calculator functional.)
Always turn off your computer and screen before leaving the room.