HTML & C Lab Qs
HTML & C Lab Qs
1. Design a web page to Show your College and its departments details using
basic text formatting tags(at least 4)
2. Design a web page to show image as link (include two different links)
3. Create a webpage to show photo album (minimum 4 photos)
4. Divide a webpage into 3 parts using frames and include a background image,
table and hyper link in the parts
5. Design a web page to show the product details of a computer, printer and
scanner with images
6. Create a webpage for student registration form(include address, gender(radio
button),qualification(select box),languages known(checkbox))
7. Crete a web page to show details (Fee, Duration etc.,) of courses offered by
your college using hyperlink(give links to navigate to next, previous and home
pages)
8. Create a webpage to show university infrastructure using table tag
9. Show the following table in a webpage
Time
Train Name Source Destination
Arrival Departure
10. Display drinks menu (Hot Drinks and Cool drinks) in restaurant using
definition list.
11. Display web page to show tri color flag using div tag (use primary colors)
12. Design a webpage to display syllabus of your course using list tag.(use ordered,
unordered format as main, sub main and sub- sub main and use numbers
special types of bullets in appropriate places)
13. Create web page to show page link, file link, and external link
14. Design a html page to show the use of i frame
15. Design a webpage using internal style sheet for setting styles to heading, body
and table
16. Design a webpage to show the use of external style sheet
Part B: C Programming