Sunteți pe pagina 1din 13

NASARAWA STATE POLYTECHNIC, LAFIA

DEPARTMENT OF COMPUTER SCIENCE


STUDENTS PRACTICAL MANUAL
COURSE TITLE:

WEB DESIGN

COURSE CODE: LIS 219


STUDENTS NAME: ----------------------------------------------------------------------------------------------------------------------------------------------------------REGISTRATION NUMBER: --------------------------------------------------------------------------------------------------------------------------------------PROGRAMME: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------SEMESTER / SESSION: -----------------------------------------------------------------------------------------------------------------------------------------------

LECTURER / INSTRUCTOR: OKE, AFEEZ ADESHINA

TOTAL MARKS
1

WEEK One (practical)

Learning Outcome
Student should be able to use at least two browsers to connect to
the internet, browse the internet and explore basic internet
applications especially the World Wide Web.
LAB1: Use the Internet Explorer (IE) to log on to the net.
Steps:

1. Make sure your system has internet connection.


2. Double-Click internet explorer if the icon is found on the
desktop or locate it from the program on the start
button and click.
3. If No internet connection, a page like below would be
Displayed

4. If there is connection, the default web page will be displayed


like the yahoo page below. (to set default page, Click tools from
the web page tool bar, click internet option, then type in the
address of he your choice internet web page)

WEEK 2 PRACTICAL
OBJECTIVES

Student should be able to load a text editor, enter some html


tags, save and use a browser to execute.

From the output displayed above, using a text editor write the
underlying html code. Use your web browser to test your code.
Copy the code to the space provided below.

WEEK 3 PRACTICAL
Students should know and implement Text formatting, text
alignment, fonts and html elements such as header paragraphs,
breaking etc.

LAB ASSIGNMENT

From the output displayed above, using a text editor write the
underlying html code. Use your web browser to test your code.
Copy the code to the space provided below

2. Create an HTML document that uses an image as an e-mail link. Use


attribute alt to provide a description of the image and link.

WEEK 4
Students should know how to create link to a web page or
another html file, understands the basics of listing.
<html >
<head>
<title>Contact Page</title>
</head>

<body>
<p>
My email address is
<a href = "mailto:deitel@deitel.com">
deitel@deitel.com
</a>

Click the address and your default email client


will open an e-mail message and address it to me.

</p>
</body>
</html>

LAB ASSIGNMENT
Explain the use of each tags in the above html code.

10

WEEK 5
Students should know how to create form and add fields as well
as buttons.

Aim: Create an Input form collecting some input fields,radio


button, check box, command button and reset
button.

11

LAB ASSIGNMENT
From the output displayed above, using a text editor write the
underlying html code. Use your web browser to test your code.
Copy the code to the space provided below

12

13

S-ar putea să vă placă și