Web Programming Lab Programs Part A
Web Programming Lab Programs Part A
WEB PROGRAMMING LAB PROGRAMS
PART A
PART B
1)Display information about yourself:
a)Use unordered list to display your hobbies.
b)Use definition list to display certain events.
c)Use ordered list to display your subjects of interest.
2)Create a HTML document to display the coursses available in your
college.Each course should be linked to another HTML document,which
provides information about the course.
3)Create a table to display your class timetable.Use your choice of
background color,table color etc.Use appropriate cell spacing,cell pading and
cell width.
4)HTML code to demonstrate form elements and their tags.
5)Write Javascript code to convert text entered in a text box to uppercase.
6)Write a Javascript code to find factorial of a number.
7)Write Javascript code to display the browser name and version number
using Navigator object.
8)Use CSS to set margins and include background images in a HTML
document.