Elective - FYBSC Sem1 Computer Practicals
Elective - FYBSC Sem1 Computer Practicals
-I
Objectives:
The purpose of this course is to present the overview of the fundamentals of computer,
Internet and resources used for it, web page designing and process & storage of data in
computer system. Students will be able to understand the basic activities related to
Internet and basic knowledge for design of a web page / web site.
Prerequisites: None
PRACTICAL – HTML EXERCISE
1) Write the HTML code at least with 30 lines which make use of following tags:
The Italics tag, center tag, paragraph tag, Break tag, font tag and its attributes.
2) Create the HTML file name Assignment.htm with the given text and below specification:
3) Welcome to ABC Institution
ABC was founded in 1988 to offer distance learning programs. The privately owned
independent college once named, "American Institute for Computer Sciences," changed its
name to better reflect what students can accomplish with distance education.
A typical student at ABC is 26 to 40 years old and many of them work in a tech-related
field. All of them want to better themselves by getting the college degree they need to
progress up the career ladder.
4) Looking at the screen given below write the HTML code making use of following tags.
Text Content
Example on Unordered list
• Sports Car
• Business Car
• Economy Car
Sports Car
Business Car
Economy Car
EC-101 Page 1 of 2
Gujarat University ELECTIVE COMPUTER F.Y. B.Sc.SEM. -I
• Sports Car
- Ferrari
• Business Car
- Tata Sumo
• Economy Car
- Maruti
5) Design a web page using the image files ‘XYZ.GIF’, ‘PQR.GIF’ and ‘DEF.GIF’
according to the following specifications. (Use an appropriate Text content)
6) Create a web page giving the following Flight details in a tabular format.
♦ Flight Name
♦ Starting Place
♦ Destination Place
♦ Arrival and departure time
♦ Class
♦ Fare
a) Place a border for the table and use all padding to present the cell data with clarity.
b) Align the table in the center of the screen. Use a caption saying ‘Schedule for flights’.
c) Change font style, color, and size of title ‘Schedule for flights’ to ARIAL ’15 & line
spacing 2.5 to the table data.
d) Use the appropriate background color for data of table.
e) Save the file with ‘FLIGHT.HTM’
7. Create a specimen of a corporate web page. Divide the browser screen into two frames.
The frame on the left will be a menu consisting of hyper links. Clicking on any one of these
links will lead to a new page, which must open in the target frame, which is on the right hand
side.
8 Create two links the first link that will open a page that displays the company profile, its
business and its products. The second link will display the contact address of the company.
EC-101 Page 2 of 2