
























































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
II BCA IVth Semester Web Programming lab
Typology: Lab Reports
Limited-time offer
Uploaded on 04/27/2021
5
(1)2 documents
1 / 64
This page cannot be seen from the preview
Don't miss anything!

























































On special offer
SNo DATE LIST OF PROGRAMS
No. SIGN
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.
friends.html: kavya.html: megha.html: arun.html:
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.
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)
world.html: Australia.html :
Japan.html : Switzerland.html : RESULT: The above program is executed and output is verified successfully.
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.
The above program is executed and output is verified successfully.
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.