Web Programming lab programs, Lab Reports of Web Programming and Technologies

II BCA IVth Semester Web Programming lab

Typology: Lab Reports

2020/2021
On special offer
30 Points
Discount

Limited-time offer


Uploaded on 04/27/2021

shruthi-s-bca-19-22
shruthi-s-bca-19-22 🇮🇳

5

(1)

2 documents

1 / 64

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
DEPARTMENT OF COMPUTER SCIENCE
2019– 2022
Programming Lab-
WEB PROGRAMMING
Practical Note Book
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23
pf24
pf25
pf26
pf27
pf28
pf29
pf2a
pf2b
pf2c
pf2d
pf2e
pf2f
pf30
pf31
pf32
pf33
pf34
pf35
pf36
pf37
pf38
pf39
pf3a
pf3b
pf3c
pf3d
pf3e
pf3f
pf40
Discount

On special offer

Partial preview of the text

Download Web Programming lab programs and more Lab Reports Web Programming and Technologies in PDF only on Docsity!

DEPARTMENT OF COMPUTER SCIENCE

Programming Lab-

WEB PROGRAMMING

Practical Note Book

DEPARTMENT OF COMPUTER SCIENCE

Register Number : _______________________________

Name : _______________________________

Course : _______________________________

Semester : _______________________________

Subject Name&Sub.code : ________________________________

CONTENYS

SNo DATE LIST OF PROGRAMS

PAGE

No. SIGN

1 MY FRIENDS

2 DIFFERENT COUNTRIES

3 MY DETAILS

4 SOLAR HEATERS

5 MY HOUSE

6 TIME TABLE

7 FRAME SET

8 BIO-DATA

9 MY SKILLS

10 MY FAMILY DETAILS

11 INTER COLLEGATE REGISTRATION FORM

12 ALUMNI REGISTRATION FORM

PROGRAM 1

MY FRIENDS

Aim : To develop a html document which displays my name as heading and displays four friends name as hot text when click the name of the friend it will open other html document it describing about that friend. Algorithm: Step 1: start the process. Step 2: Declare the tag and tag, declare the title of the document in the tag. Step 3: Close the header tag and begin with <body> tag. Step 4: Declare your name in <h1> tag and create other friends name using <a href> tag. Step 5: <a href> tag is used to create hot links for the other friend names. Step 6: Close the body tag and html tags. Step 7: Create similar various files other friends and save it as .html file. Step 8: Open the document any web browser now webpage is displayed. Step 9: Stop the process.

arun.html:

friends

Arunpriya is my best friend She is one such person who has been able to make a positive impact on my life.

saranya.html:

friends

Saranya is my best friend She is one such person who has been able to make a positive impact on my life.

OUTPUT:

friends.html: kavya.html: megha.html: arun.html:

DIFFERENT COUNTRIES

Aim : To develop a html document of several countries in a paragraph and store it as html document. Create hot link it provides a brief information about the country. Algorithm: Step 1: Start the process. Step 2: Declare the and tags in beginning. Step 3: Set the title using tag as countries and open body tag. Step 4: Using <h1> tag declare the name India and using <P> tag write the content regarding India. Step 5: Then, create hot links for other four as five countries using <a href> tag. Step 6: Create similarly other html document to various other countries using their details. Step 7: When the hot links is clicked it goes to next page. Step 8: Stop the process.

CODING:

world.html:

World

List of Countries AUSTRALIA INDIA EGYPT JAPAN SWITZERLAND

Australia.html :

World

Australia : Australia is the sixth biggest country in the world and the smallest continent. It lies between the Pacific and Indian Ocean. Australia is the world's largest inhabited island and the smallest continent. Australia is known for its mining (coal, iron, gold, diamonds and crystals), its production of wool, and as the world's largest producer of bauxite.[ Its emblem is a flower called the Golden Wattle. Capital : Canberra Currency : The Australian Dollar(AUD)

> India.html :

World

remarkable growth in the second half of the 20th Century after the devastation of the Second World War. Capital : Tokyo Currency : Yen (¥)

Switzerland.html :

World

Switzerland : Switzerland is a beautiful, tourist-attracting country. Switzerland is known as the land of mountains, chocolate and fine watches – but there's so much more to this beautiful country. While it is most famous for its ski resorts during the winter, it is beautiful all year round. The Alpine mountains stretch across the Balkans to France, making Switzerland the perfect skiing destination. Most of the world’s luxury watches are produced in Switzerland like Tissot, TAG Heuer, Rolex and Patek Philippe. Capital : Bern Currency : Swiss franc (CHF)

OUTPUT:

world.html: Australia.html :

Japan.html : Switzerland.html : RESULT: The above program is executed and output is verified successfully.

PROGRAM 3

MY DETAILS

Aim: To design a html document describing about you. Assign a suitable background design and background color and a text. Algorithm: Step 1: Start the process. Step 2: Declare the tag and tag. Step 3: The set of the title as "My details" using tag. Step 4: Open the <body> tag declare bg color, bg image and text color. Step 5: Then declare the name, date of time, age, hobby, address, religion, father name, mother name, qualification and contact number using <br> tags. Step 6: Declare the <font>tag. Enter the font text and size. Step 7: Close the <font>,<body> tag and other html tag. Step 8: Save the file as html extension. Step 9: Open the file on any web browser. Step 10: Web page will be displayed. Step 11: Stop the process.

OUTPUT:

RESULT:

The above program is executed and output is verified successfully.

PROGRAM 4

SOLAR HEATERS

Aim: To develop a html document to print the following content who can use solar heaters? Domestic and Industrial Algorithm: Step 1: Start the process. Step 2: Declare the , tags in beginning. Step 3: In tag, set it as solar heaters. Step 4: Open the body tag, Declare the required bg color and so on. Step 5: Using <h1> tag, declare domestic purpose and type the required context using <p> tag. Step 6: Then insert images using <img src> tag. Step 7: Do similarly as above for industrial purpose close the tags opened. Step 8: Save the file as.html extension. Step 9: Open the file on any web browser. Step 10: Web page will be displayed. Step 11: Stop the process.