0% found this document useful (0 votes)
8 views

Cyclesheet 1

The document outlines a lab assignment for an Internet and Web Programming course. The assignment involves: 1) Creating a personal homepage using HTML; 2) Designing an e-greetings page with images and paragraphs; 3) Developing a website for a Computer Science department using frames, tables, internal links, headers, and lists; 4) Creating pages for an international conference using CSS without inline styles; 5) Developing a JavaScript program to calculate student marks and grades; and 6) Adding form validation to a registration webpage using JavaScript.

Uploaded by

Nicole Hu
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

Cyclesheet 1

The document outlines a lab assignment for an Internet and Web Programming course. The assignment involves: 1) Creating a personal homepage using HTML; 2) Designing an e-greetings page with images and paragraphs; 3) Developing a website for a Computer Science department using frames, tables, internal links, headers, and lists; 4) Creating pages for an international conference using CSS without inline styles; 5) Developing a JavaScript program to calculate student marks and grades; and 6) Adding form validation to a registration webpage using JavaScript.

Uploaded by

Nicole Hu
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

VIT

UNIVERSITY
(Estd. u/s 3 of UGC Act 1956)

SCHOOL OF COMPUTING SCIENCES

CSE-308 Internet and Web Programming Lab

Cycle Sheet - 1
1. Develop a simple "Personal Home Page" using HTML 4.0. You can incorporate inline styles to
your web page which increases the look-and-feel of your web site.

2. Design a E-greetings page which has properly aligned paragraphs with images along with it.

3. Implement a Web site for Computer Science department Using


a) Frameset
b) Tables
c) Internal Linking
d) Headers
e) List Items
f) Hyperlink for mailing

4. Using CSS, create Web Pages for an International Conference. Refrain from using Inline styles.
1. The entire web page lay-out should be designed using stylesheet including the menu of
web page
2. Minimize the usage of images, instead use the style to render visual effects
3. Render in different style for the contents in list, table, anchor, paragraph, div elements

5. Develop a JavaScript program to get Register Number as Input and print the Student’s total
mark and grades.

6. Add the following feature using JavaScript to the Registration Webpage


1) Validate the values entered in the Registration form.
The validation code should check the following:
1. That there is a "@" symbol in the email address
2. That there is at least one "." somewhere in the email address
3. That there is at least one "." AFTER the "@" in the email address
4. That there should NOT be any special symbols, numbers in the name
5. That there should NOT be any special symbols except (,), - and alphabets in phone or
contact number

You might also like