You are on page 1of 8

Computer Application – II (lab file)

SR. PARTICULARS PAGE


NO. NO.
1. Create a web page explaining about Document Tags or Page Structure of HTML 1
document using different headings and with the use of maximum tags.

2. Create a web page by writing a paragraph on any IT topic with the use of <p> tag, <br> 3
tag and horizontal rule

3. Create a Home Page, give a brief description about yourself & describe the following sub 5
heading “qualification”, “hobbies”, & “Interest” with heading styles (h1-h6) and with
different formatting tags( <b>, <i>, <u>, <center> etc)

4. Design a HTML document which shows the use of Horizontal rule attributes 7

5. Design a HTML document explaining the features of HTML by using <em>, <strong>, 9
<tt> tag

6. Design a HTML document explaining the use of <blockquote>,<address> and <pre> tag 11

7. Show the output of the following code: 13


<html>
<head>
<title> DIV example </title>
</head>
<body>
<div align = “left”>
Roses are red <br>
Violets are blue <br>
</div>
<div align = “right”>
Twinkle Twinkle Little Star <br>
How I wonder what you are <br>
</div>
</body>
</html>

8. Develop an HTML document which displays your name as an <H1> heading and displays 14
the name of any four of your friends. Each of your friend’s names must be a hot text.
When you click a friend’s name, it must open another HTML document, which tells about
your friend.
Ritvik Khurana
BBA 4th Semester
03819201709
Computer Application – II (lab file)

9. Develop an HTML document for a web page of your favorite place. Design a page with 16
attractive background color, text color, background image ,anchor tag <a> and <font> tag
attributes ( size, color, face)

10. Design a web page which gives information about different colours using different 19
<font> tag attributes ( size, color, face)and with proper hyperlinks, headings and
alignments.

11. Design a web page showing all the attributes of MARQUEE TAG. 22

12. Develop an HTML document to print the following : 24

SPECIAL FEATURES OF SOLAR HEATER SCHEME


• System guaranteed for 2 years
• 100% depreciation allowed for tax payers
• Capital investment paid back within 3-4 years with cumulative energy savings
• Negligible maintenance requirement
• Soft loan facilities available from IREDA, IDBI and from nationalized banks
• Non-polluting and non-depletable energy sources

13. Show the coding of following web page:


26

Ritvik Khurana
BBA 4th Semester
03819201709
Computer Application – II (lab file)

14. Write an HTML document to print the following: 28

The Department of Computer Science offers the following courses:


Full Time
 B.Sc Computer Science
 M.C.A.
Evening Courses
o B.Sc Computer Science
o M.Sc Computer Science
o PGDCA
Weekend Programmes
• M.phil
• Ph.D
Other Courses
• B.A.
• M.A.

15. Write HTML coding for:


31

Ritvik Khurana
BBA 4th Semester
03819201709
Computer Application – II (lab file)

16. Design a HTML document explaining about types of birds with their pictures using 33
<img> tag with attributes (all) and also apply borders to the images?

17. Write HTML to produce the following: 35


• Come for free H2O on June 7th at 10:00 AM

• C2H5OH+PCL5 = C2H5CL+POCL3+HC;

• 4H3P03=3H3PO4+PH3

• PCL3+CL2=PCL5

18. Write HTML code for the following: 37

Ritvik Khurana
BBA 4th Semester
03819201709
Computer Application – II (lab file)

19. Show the coding for the following webpage: 39

20. Write HTML coding for the following:


41

21. Create a HTML page having 4 columns and 8 rows, Column heading are Name, Address, 43
Phone, DOB. Align the table to the center of the webpage.

Ritvik Khurana
BBA 4th Semester
03819201709
Computer Application – II (lab file)

22. Show the HTML coding for the following page 45

23.
Write HTML coding for the following web page:
46

Ritvik Khurana
BBA 4th Semester
03819201709
Computer Application – II (lab file)

24. Write HTML code for the CUSTOMER REGISTRATION form having the fields: 47
Name, Address, Gender (Radio button), Income Group (Drop down list), Interests (Check
Box), Submit and reset buttons.

25. Create a HTML page for APPLICATION FORM FOR ADMISSION TO 49


UNDERGRADUATE PROGRAM having fields: Name of Applicant, Address, Phone,
Course Applied for (Radio button), Select your sports(Checkboxes), Enter your extra
achievements (Text area), Submit and reset buttons.

26. Create a HTML page ordering PIZZA FORM using all the controls? 51

27. Write a set of frames to show your bio-data in a colorful form with suitable links. 53

28. Create a HTML page using frames


55

When we clicked Fruits, a web page should be opened on right side showing list of fruits
When we clicked Animals, a web page should be opened on right side showing list of
animals
When we clicked Fruits, a web page should be opened on right side showing list of
animals

Ritvik Khurana
BBA 4th Semester
03819201709
Computer Application – II (lab file)

29. Write the HTML code to list schools, colleges and universities in a frame taking up the 58
left 25 percent of the browser window. Make it so that clicking each name brings up a
corresponding web page in the right 75 percent of the browser window.

30. Create a web design project on the topic on “Windows XP”. 60

Ritvik Khurana
BBA 4th Semester
03819201709

You might also like