Lab 3
Lab 3
Total Marks: 1
Objectives
The objectives of this lab is to learn about:
Form input types
Page-Structure Elements
Lab Requirements
Notepad++
Textpad
Directory: You must create a folder called "Lab03" and store your work in that
directory.
Note:
Make sure that you save your file as plain text and that you give it a .html extension.
Deliverables
Two web pages: Feedback.html and CoffeeShop.html
1
University of Jeddah
College of Computer Science and Engineering
Department of Software Engineering
Lab Assessment
Task 1:
In this exercise you will create an HTML feedback Form that takes the user’s title
(Mr., Mrs., Ms.), name, email address, response, and comment. You will need to
create the necessary fields with this in mind.
Step 1: To begin, create an HTML document with the title Feedback Form
Step 3: Complete the page with the closing body and HTML tags.
2
University of Jeddah
College of Computer Science and Engineering
Department of Software Engineering
Task 2:
In this exercise you will create an HTML5 web page which represent a Cofee Shop
(as shown in figure below).
3
University of Jeddah
College of Computer Science and Engineering
Department of Software Engineering
Step 2: Create first section of this page that contains four links:
Define to this section an id and a <nav> element which groups navigation links as
written below:
Step 4: Create a footer of this page that contains level 6 heading (Copyright © 2011
Jake's Coffee House.) and an address element that indicates the email address.