0% found this document useful (0 votes)
2 views1 page

TITLE

The document outlines a series of tasks for developing web pages using HTML and PHP. It includes creating a college website, writing an HTML document with country names as hyperlinks, displaying lists and tables, and designing a hospital information page with frames. Additional tasks involve creating a bio-data page, a registration form, validating customer details, displaying prime numbers, fetching database details, and incorporating multimedia objects.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

TITLE

The document outlines a series of tasks for developing web pages using HTML and PHP. It includes creating a college website, writing an HTML document with country names as hyperlinks, displaying lists and tables, and designing a hospital information page with frames. Additional tasks involve creating a bio-data page, a registration form, validating customer details, displaying prime numbers, fetching database details, and incorporating multimedia objects.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

1.

Develop a web site for your college using advanced tags of HTML

2. Write names of several countries in a paragraph and store it as an HTML


document, world.html. Each country name must be a hot text. When you click India
(for example), it must open india.html and it should provide a brief introduction
about India.

3. Develop a HTML document to i)display Text with Bullets/Numbers - Using Lists


ii) to display the Table Format Data

4. Develop a Complete Web Page using Frames and Framesets which gives the
Information about a Hospital using HTML.

5. Write a HTML document to print your Bio-Data in a neat format using several
components.

6. Develop a HTML document to display a Registration Form for an inter-collegiate


function.

7. Using HTML form accept Customer details like Name, City, Pin code, Phone number
and Email address and validate the data and display appropriate messages for
violations using PHP (Eg. Name is Mandatory field, Pin code must be 6digits, etc.)

8. Write a program to accept two numbers nland n2 using HTML form and display the
Prime numbers between n1 and n2 using PHP

9. Develop a web page in PHP to fetch details from the Database

10. Create a web page consisting of Multimedia objects

You might also like