Posts

Showing posts from April, 2026

23CSS2-FULL SATCK DEVELOPMENT-I

 LAB INTERNAL EXAMINATION 23CSS2-FULL SATCK DEVELOPMENT-I 1. i) Write an HTML program to explain the working of tables. (use tags: <table>, <tr>, <th>, <td> and attributes: border, rowspan, colspan) ii) Write a  JavaScript  program using date object properties and methods. iii) Write a program to display the denomination of the amount deposited in the bank in terms of 100’s, 50’s, 20’s, 10’s, 5’s, 2’s & 1’s. (Eg: If the deposited amount is Rs. 163, the output should be 1- 100’s, 1-50’s, 1- 10’s, 1-2’s & 1-1’s) 2.i)Write an HTML program, in such a way that, rather than placing large images on a page, the preferred technique is to use thumbnails by setting the height and width parameters to something like 100*100 pixels. Each thumbnail image is also a link to a full-sized version of the image. Create an image gallery using this technique ii)Write a JavaScript program which asks the user to enter three integers, obtains the numbers f...