List of Programs: School of Computer Science and Engineering Fall Semester 2019-2020 Lab Experiments
List of Programs: School of Computer Science and Engineering Fall Semester 2019-2020 Lab Experiments
List of Programs
Exp. Program Description Date
No
1 Create a home page[Home_Regno.html] for a particular chosen topic with 15-Jul-
basic HTML Tags - head, body, p, b, br, a, img, table, tr, td, th, rowspan, 2019
colspan
2 Create a second page which will be accessed from the home page[created in 22-Jul-
previous lab activity]. Second page should be having related information of 2019
the selected topic with basic html tags like frame, frameset, form, list along
with necessary attributes.
3. Define inline, internal and external CSS for the pages that were created in 29-Jul-
the last two lab activities. Also use Pseudo Class, Pseudo element and box 2019
model in appropriate places.
4 Define JavaScript functions and invoke those based on events for the 10-08-
following: 2019
(1) Get kg and cm values from user through form and find bmi, using the
formula bmi=kg/m2. Dynamically Print overweight/normal/underweight
according to bmi value
(2) Find the Total Salary calculation from basic salary, total salary =
basic+da+hra, where da and hra will be obtained from basic salary of 5%
and 8% respectively.
(3) Create dynamic table of n rows and 2 columns, by getting n value from
user through prompt pop up.
(4) Get a String from user in the webpage, reverse it without any inbuilt
method and print the value using empty element.
(5) Generate the pyramid as given below based in the input. If input is 3
3
34
345
3456
Consolidate the programs with proper description, Code and Output Screenshot, lab day wise.
Upload a single pdf in VTop for Lab Practice 1 on or before 16-08-2019.