Você está na página 1de 31

VIVEKANANDA INSTITUTE OF

PROFESSIONAL STUDIES

Project on:
Computer Application Lab
BBA (B&I)-214

Submitted to:
Name:

Student

Dr. Renu Vashisth


Shubhangi Jain
Associate Professor IT
00919801813

BBA (B&I)
IV semester

ACKNOWLEDGEMENT
I would like to express my special thanks of gratitude to my teacher Dr. Renu Vashisth
who gave me the golden opportunity to do this wonderful project of Computer
Applicaton, which also helped me in doing a lot of Research and I came to know about
so many new things I am really thankful to them.
Secondly I would also like to thank my parents and friends who helped me a lot in
finalizing this project within the limited time frame.

INDEX
S.N
o.
1

Practical Name

Page
No.s

Teacher
signature

10

11

12

13

14

PRACTICAL-1
Write the HTML code that creates the following output (shown below) :

OUTPUT:

INPUT:

PRACTICAL-2
Write the HTML code that creates the following output (shown below) :
6

INPUT:

PRACTICAL-3
Write the HTML code that creates the following output (shown below) :
7

INPUT:

PRACTICAL-4
Write the HTML code that creates the following output (shown below) :

INPUT:

PRACTICAL-5
Write the HTML code that creates the following output (shown below) :
9

INPUT:

PRACTICAL 6
Write the HTML code that
creates the following output
(shown below) :

10

11

PRACTICAL-7
12

Write the HTML code that creates the following output (shown below) :
OUTPUT:

13

14

PRACTICAL-8
Write the HTML code that that produces the following
webpage-the width of table is 400 pixels and the border is 1
pixel wide. The header is enclosed in an H2 element; font
face should be Arial and size 5.

15

PRACTICAL-9
16

Write the html code that produces the following webpages.


The webpage uses internal links to scroll down to another
appropriate webpage.(use font face=Arial size=5 for the
list).

For part 1 of website:


17

<html>
<head>
<title>
unsolved 2</title>
</head>
<body><center>
<font size=5 face="arial"> <center>
<h1> My Favourite Internet Search Engine </h1>
<ul>
<li>yahoo</li>
<li>alta vista</li>
<li>ask jeeves</li>
<li>web crawler</li>
</ul>
</font>
</center>
<p align=right size=3> <a href="project2(ii).html">click for
website outline.</a></p>
</body>
</html>
For part 2 of website:
<html>
<head>
<title>
unsolved 2(ii)</title>
</head>
<body>
<h1><center>WEBSITE OUTLINE</center></h1>
<font size=5 face="arial">
<ul>
<li>Homepage</li>
<li>Linkpage</li>
<ol type="I">
<li>link to searh engines<br>
<a href="project2.html">"click here for favourite search
engne"</a></li>
<li>Link to information engines</li>
<ol type="a">
18

<li>news site</li>
<ol type="I">
<li>tv based</li>
<li>text based</li></ol>
<li>stock site</li></ol>
<li>link to "fun" site</li>
</ol>
<li>Feedback pages</li>
</ul>
</font>
</body>
</html>

PRACTICAL-10
Write the html code that produces the following webpages.
The webpage uses internal links to scroll down to another
appropriate webpage.(use font face=Arial size=5 for the
list).

19

20

PRACTICAL-11
21

Write the html code that produces the following webpage.


The form should only be displayed without specifying the
action. Font face should be Arial.

22

23

PRACTICAL-12
Write the HTML code that that produces the following
webpage-the width of table is 400 pixels and the border is 1
pixel wide. The header is enclosed in an H1 element; font
face should be Arial and size 5.

<html>
<head>
<title> project 5 </title>
<body>
<center><h1>
Car Price List</h1>
<table border=1>
<tr>
<th colspan=2>Car</th>
<th>Price</th>
</tr>
<tr>
<td rowspan=3>maruti</td>
<td>maruti 800</td>
<td>242000</td>
24

</tr>
<tr><td>maruti 1000</td>
<td>345000</td>
</tr>
<tr><td>maruti zen</td>
<td>367000</td>
</tr>
<tr>
<td rowspan=2>
tata</td>
<td>sumo</td>
<td>325000</td></tr>
<tr>
<td>estate</td>
<td>426000</td></tr>
<tr>
<td rowspan=2>
Ambassador</td>
<td>petrol</td>
<td>324000</td></tr>
<tr>
<td>Diesel</td>
<td>387000</td></tr>
</table></center>
</body></html>

PRACTICAL-13
Write the HTML code that that produces the following
webpage-the width of table is 400 pixels and the border is 1

25

pixel wide. The header is enclosed in an H1 element; font


face should be Arial and size 5.

<HTML>
<HEAD>
<TITLE>EXPENDITURES</title>
</head>
<body>
<div align="right">
<h1>EXPENDITURES</h1>
<table border=1 width="250"
<font face=arial size=5>
<tr><th align="center"colspan=2>rent</th></tr>
<tr>
<td>shop</td>
26

<td>2400</td>
</tr>
<tr>
<td>house</td>
<td>1600</td>
</tr>
<tr>
<th colspan=2>food</th>
</tr>
<tr>
<td>purchase</td>
<td>3450</td>
</tr>
<tr>
<td>hotel</td>
<td>3400</td>
</tr>
<tr>
<th colspan=2>vehicle</th>
</tr>
<td>bike</td>
<td>3450</td>
</tr>
<tr>
<td>car</td>
27

<td>3400</td>
</tr>
</table>
</div>
</font face>
</body>
</html>

PRACTICAL-14
Prepare an application form for undergraduate program. The form
should have the following specifications:
Name of the applicant appearing in a text box.

28

(a) Address appearing in a text box (b)Age in a text box of


size 2.
Courses applied for (as radio button).
(a) Computer science
(b) Mathematics
(c) Physics
(d) Chemistry
Use option button to find other interest of students.
a) Dance
b) Reading
c) Writing
d) Speech
e) Sports

<HTML>
<HEAD>
<TITLE>Application Form-Project4</TITLE>
<HEAD>
<BODY>
<form>
29

<center>Application Form For Ungraduate


Program</center>
<font face=arial size=5>
<b>Name<input
type="text"name="some_text"><p></b>
<b>Address:<input
type="text"name="some_text"><p></b>
<b>Age:<input type="text"name="some_text"
size="2"><p></b>
<b>courses applied for:</b><br>
Computer science<input
type="radio"name="Computer"value="computer
"value="omputer science">
Mathematics<input type="radio"name="Mathematics
value="Mathematics>
Physics<input
type="radio"name="Physics"value="Physics">
Chemistry<input
type="radio"name="Chemistry"value="Chemistry"><b
r>
<b>Category:</b>
<select>
<OPTION>SC/ST</OPTION>
<OPTION>OBC</OPTION>
<OPTION>GENERAL</OPTION>
</SELECT>
<br>
<b>Intrest of student:</b><br>
<input
type="checkbox"name="dance"value="1">dance
<input
type="checkbox"name="novels"value="2">reading
novels
<input
type="checkbox"name="writing"value"3">writing
<input
type="checkbox"name="speech"value"4">speech

30

<input
type="checkbox"name="sports"value="5">sports<p>
</FORM>
</BODY></HTML>

31

Você também pode gostar