Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 2

ELT1052 Presentation Graphics

More on WEB Pages


Objective The goal this week is to complete a personal WEB page or another WEB page as described in the last lab
handout.
The requirements for this weeks web page include
1. Present several JPGs in a list format. Use the list feature.
2. Use several types of the form tag to input data
Use 4 types of inputs. Create a quiz
3. A submit button at the bottom of the form.
4. e.g. <A HREF=mailto:yourname@vtc.edu > Contact me at </A>
Create a pdf of the webpage you created and submit on Moodle
Procedure
-

Use last weeks lab as a template


Create a folder in which you have at least two images saved
Create an html file the same way you did last week. Use the list of requirements above to create your web page
Use web resources such as http://www.w3schools.com/html/ to help you create forms and other feature of your
page.
The last form you send your results to your email address

<form method="post" action="mailto:your_email@vtc.edu">


.
.
.
<input type="submit" value="Submit">
<! This will create an submit button>
</form>
Print the web page out to a pdf file and submit the pdf on blackboard.

You might also like