TITLE
TITLE
Develop a web site for your college using advanced tags of HTML
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.
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