0% found this document useful (0 votes)
151 views2 pages

List of Programs: School of Computer Science and Engineering Fall Semester 2019-2020 Lab Experiments

This document provides instructions for an Internet and Web Programming lab course. It outlines 4 lab activities to be completed during the semester: 1) Create basic HTML home and information pages on a chosen topic 2) Add frames, forms, lists and other tags to information page and link it from home page 3) Add inline, internal and external CSS and advanced features like pseudo-classes to style pages 4) Create JavaScript functions to calculate BMI from user input, salary calculation, dynamic tables, string reversal and number pyramid based on user input. Programs are to be consolidated with descriptions, code and screenshots in a single PDF and submitted by the due date.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
151 views2 pages

List of Programs: School of Computer Science and Engineering Fall Semester 2019-2020 Lab Experiments

This document provides instructions for an Internet and Web Programming lab course. It outlines 4 lab activities to be completed during the semester: 1) Create basic HTML home and information pages on a chosen topic 2) Add frames, forms, lists and other tags to information page and link it from home page 3) Add inline, internal and external CSS and advanced features like pseudo-classes to style pages 4) Create JavaScript functions to calculate BMI from user input, salary calculation, dynamic tables, string reversal and number pyramid based on user input. Programs are to be consolidated with descriptions, code and screenshots in a single PDF and submitted by the due date.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

SCHOOL OF COMPUTER SCIENCE AND ENGINEERING

Fall Semester 2019-2020


Lab Experiments
Course : B.Tech - CSE Slot : L5+L6
Subject : Internet and Web Programming Subject Code : CSE3002
Faculty : Dr. T. Janani Marks : 10 Marks

Lab Practice – 1 Due Date : 16-08-2019

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.

Note: Program names should be like Home_Regno.html / css_Regno.css / prod_Regno.html and


name should be visible in output screenshots.

You might also like