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

HCP 4.1 WEB DESIGN LAB Assignments 2020

The document outlines assignments for an M.Sc. IV SEM web design lab course. It includes developing HTML documents to create headings, paragraphs, text formatting, links, lists, tables, frames and forms. It also includes developing CSS and HTML documents for text transformations and padding. Additionally, it includes developing an XML document to show book and employee information. Finally, it includes writing JavaScript programs to create dialog boxes and display time, and Perl programs to count users, display a digital clock, and use cookies.

Uploaded by

chandrakant
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
75 views2 pages

HCP 4.1 WEB DESIGN LAB Assignments 2020

The document outlines assignments for an M.Sc. IV SEM web design lab course. It includes developing HTML documents to create headings, paragraphs, text formatting, links, lists, tables, frames and forms. It also includes developing CSS and HTML documents for text transformations and padding. Additionally, it includes developing an XML document to show book and employee information. Finally, it includes writing JavaScript programs to create dialog boxes and display time, and Perl programs to count users, display a digital clock, and use cookies.

Uploaded by

chandrakant
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Department of P. G.

Studies and Research in Computer Science


Gulbarga University, Kalaburagi

M.Sc. IV SEM
HCP 4.1: Practical-I: Web Design Lab

I. Develop an HTML document for the following assignments:

1. For creating a six levels of headings by using horizontal rules.


2. For creating more than one paragraph by using line breaks <br> tag and spaces with the <pre>
tag.
3. To format a text by using text formatting tags, namely (Bold, Italic, strong, emphasized, small,
marked, deleted, inserted, subscript and superscript).
4. For setting styles on the text like text color, text font, text size, text alignment, and background
color.
5. For establish a link for a webpage by using <href> tag.
6. For establishing a link with in same web page i.e when we click the link it jumps to another
part of a document on the same web page.
7. For changing the colors of links i.e visited and un visited
8. For creating ordered lists by using different types of ordering namely, numbered, letters,
lowercase letters, roman numbers and uppercase letters.
9. For creating unordered lists by using different types of ordering namely disc bullets, circle
bullets, circle bullets, square bullets and without bullets.
10. To illustrate marquee tag with its slide, scroll and alternate behavior.
11. For a Table consisting information about Students and illustrate row span and Column span
attributes.
12. For a Table consisting information about Company and illustrate cell padding and cell
spacing attributes.
13. For creating four horizontal frames.
14. For creating four vertical frames.
15. For creating form of user contact Address which contains name, address, city, state, country,
zip, mobile number of user.
16. For creating a form for a student registration.

1
II. Develop an CSS based HTML document for the following assignments:

17. To perform Text Transformation..


18. To show same padding on all sides

III. Develop an XML based HTML document for the following assignments:

19. To show the book information in a book store


20. To show the status of employee details.

IV. Write a JavaScript program for the following assignments:

21. To create a dialogue box with “Welcome to my website” message.


22. To display time and print the message accordingly.

V. Write a Perl program for the following assignments:

23. To display the number of users visiting the pages using Perl Programming.
24. To display a digital clock using Perl programming.
25. To display the date and time of last visited page using cookie.

You might also like