0% found this document useful (0 votes)
325 views2 pages

Lab 1 HTML Project 1

The document provides instructions for an ICS 312 project to design a personal homepage. Students must create a homepage with at least 4 pages using HTML features like headings, titles, images, fonts, backgrounds, hyperlinks, tables and frames. The homepage code and a report describing the plan, design and features must be submitted. Using CSS can earn full points. A second question provides requirements for another webpage that asks for user input like gender and age then displays a greeting. It also links to a second page with a dropdown to select a number, then displays the number's square, cube and counting from 0 in a table. The output can be cleared.

Uploaded by

Davidson isaack
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
Download as doc, pdf, or txt
0% found this document useful (0 votes)
325 views2 pages

Lab 1 HTML Project 1

The document provides instructions for an ICS 312 project to design a personal homepage. Students must create a homepage with at least 4 pages using HTML features like headings, titles, images, fonts, backgrounds, hyperlinks, tables and frames. The homepage code and a report describing the plan, design and features must be submitted. Using CSS can earn full points. A second question provides requirements for another webpage that asks for user input like gender and age then displays a greeting. It also links to a second page with a dropdown to select a number, then displays the number's square, cube and counting from 0 in a table. The output can be cleared.

Uploaded by

Davidson isaack
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1/ 2

ICS 312 PROJECT

Due: BETWEEN NOW AND BEFORE EXAM

Academic Honesty Policy The academic honesty policy as described in the University
Faculty Handbook as well as the Student Handbook will be strictly enforced.

The project is supposed to be individual work and any collaboration or cheating is not
allowed.

Information:

Project: Design your home page

To let us know you with your information: your name, skills, education, courses that
you took, experiences, contact, your family, unforgotten happy experiences, your
favorite links, favorite sports, favorite TV show, music, movies, actors, actress and
etc.

Project Requirements:

1. File name of home page must be index.html.


2. Web pages must have:

 The Website should have at least 4 pages.

 Language: HTML (you can use any HTML editors. Plain text editor such as
Notepad is preferred)
 The project should at least include the following HTML language features:
o Different headings
o Different titles
o Images
o Different font styles
o Use background images/colors
o Hyper links to refer to other Web pages
o Links to the different sections of the same page.
o Tables
o Frames
o Extra credits: Image maps

Submission:

You should upload all web pages to your free hosting site> search for the same
Submit the following:

1. A short report (typed) of your project, including your website URL (address),
description about the plan, design, the features, functions of your website.

2. If you have some additional features or functions, please mention them in your
report.

3. Hardcopy of html source code

If you only turn in the project written by HTML editor, you will get at most 7/10 points.

Combine with CSS TO GET 10/10

Q2.REQUIREMENTS

1. Develop a WEB page that requests a user for their gender, age, surname and other

names. Place a button on the page such that when the user clicks on the button,

the page display a suitable message depending on the values input: “title surname

you are x years old” e.g. Mr. kamau you are 20 years old.

2. Create a button on the same page that calls a second page.

3. The second page should have a dropdown list with values from 0 to 9. When a

value is selected from the dropdown list. The page should display the following in

a table in separate rows:

a) Square of the

Number

b) Cube of the number

c. All numbers between 0 and the number

4. The user should be able to clear the output and prepare the page for fresh input

You might also like