Web Design Lab
Web Design Lab
Web Design Lab
Ins. hrs/
Credit
Sem.
Study
Marks
Marks
week
Dur.
Total
CIA
Components Course title
Total 2250 90
PRACTICAL VII
Web Designing LAB
(Effective for the candidates admitted from the academic Year 2018-2019 & onwards))
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
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 6 digits, etc.).
8. Write a program to accept two numbers n1 and n2 using HTML form and display the
Prime numbers between n1 and n2 using PHP.