|
6 CS 9. |
|
WEB PROGRAMING LAB |
|
1. Develop a static html page using style sheet to show your own profile. |
|
Add a page to show 5 photos and |
|
Add a page to show your academics in a table |
|
Add a page containing 5 links to your favorite website |
|
Add navigational links to all above pages (add menu). |
|
2. Update your homepage, by creating few html file (e.g. header, footer, left-sidebar, right), in these file you will put all |
|
html code to be shown on every page. |
|
3. Use Cascading Style Sheets to format your all pages in a common format. |
|
4. Basic Php programs: |
|
Write a simple "hello word" program using php. |
|
Write a program to accept two strings (name and age) from user. Print welcome statement e.g. " Hi Ram, your |
|
age is 24." |
|
Write a program to create a calculator, which can support add, subtraction and multiply and division operation. |
|
Write a program to take input parameters for a table (no. of rows and no. of columns), and create the desired |
|
table. |
|
Create a "Contact Me" page - |
|
Ask user to enter his name, email ID, |
|
Use Java-Script to verify entered email address. |
|
Store submitted value in a MySql database. |
|
Display latest 5 submitted records in contact me page. |
Display above record with navigation support. e.g. (next, previous, first, last).