0% found this document useful (0 votes)
68 views21 pages

A056 Web Prog

The document outlines 11 HTML and JavaScript programming assignments for a student named Md Rafiquer Rahman. The assignments include creating webpages using lists, hyperlinks, tables, frames, forms, catalogs and shopping carts. Additional assignments involve using embedded, external and inline CSS stylesheets and validating user login and registration forms with JavaScript functions.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
68 views21 pages

A056 Web Prog

The document outlines 11 HTML and JavaScript programming assignments for a student named Md Rafiquer Rahman. The assignments include creating webpages using lists, hyperlinks, tables, frames, forms, catalogs and shopping carts. Additional assignments involve using embedded, external and inline CSS stylesheets and validating user login and registration forms with JavaScript functions.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 21

WP Lab Assignments

Name: Md Rafiquer Rahman. Roll No.: 56


Div: A

Q1. Write a HTML program for the demonstration of Lists.

A. Unordered List
WP Lab Assignments
Name: Md Rafiquer Rahman. Roll No.: 56
Div: A
B. Ordered List
WP Lab Assignments
Name: Md Rafiquer Rahman. Roll No.: 56
Div: A

C. Definition List
WP Lab Assignments
Name: Md Rafiquer Rahman. Roll No.: 56
Div: A

D. Nested List
WP Lab Assignments
Name: Md Rafiquer Rahman. Roll No.: 56
Div: A

Q2. Write a HTML program for demonstrating Hyperlinks.

A. Navigation from one page to another.


WP Lab Assignments
Name: Md Rafiquer Rahman. Roll No.: 56
Div: A
B. Navigation within the page
WP Lab Assignments
Name: Md Rafiquer Rahman. Roll No.: 56
Div: A

Q3. Write a HTML program for time-table using tables.


WP Lab Assignments
Name: Md Rafiquer Rahman. Roll No.: 56
Div: A

Output:
WP Lab Assignments
Name: Md Rafiquer Rahman. Roll No.: 56
Div: A

Q4. Write a HTML program to develop a static homepage using


frames.
WP Lab Assignments
Name: Md Rafiquer Rahman. Roll No.: 56
Div: A

Output:
WP Lab Assignments
Name: Md Rafiquer Rahman. Roll No.: 56
Div: A

Q5. Write a HTML Program to develop a static Registration form.


WP Lab Assignments
Name: Md Rafiquer Rahman. Roll No.: 56
Div: A

Output:

Q6. Write a HTML Program to develop static login page.


WP Lab Assignments
Name: Md Rafiquer Rahman. Roll No.: 56
Div: A

Q7. Write a HTML program to develop a static Web for Catalog.


WP Lab Assignments
Name: Md Rafiquer Rahman. Roll No.: 56
Div: A
WP Lab Assignments
Name: Md Rafiquer Rahman. Roll No.: 56
Div: A
Q8. Write a HTML program to develop a static Web Page for
Shopping cart.
WP Lab Assignments
Name: Md Rafiquer Rahman. Roll No.: 56
Div: A
Q9. Write a HTML program for demonstration of cascading
stylesheets.

A. Embedded stylesheet
WP Lab Assignments
Name: Md Rafiquer Rahman. Roll No.: 56
Div: A
B. External Stylesheets.

Program:

Styles.css:

Output:
WP Lab Assignments
Name: Md Rafiquer Rahman. Roll No.: 56
Div: A
C. Inline Styles.
WP Lab Assignments
Name: Md Rafiquer Rahman. Roll No.: 56
Div: A
Q10. Write a javascript program to validate USER LOGIN page.
WP Lab Assignments
Name: Md Rafiquer Rahman. Roll No.: 56
Div: A
Q11. Write a javascript program for validating REGISTRATION FORM.

Function for validating Name:

Function for validating email:

Function for validating password:


WP Lab Assignments
Name: Md Rafiquer Rahman. Roll No.: 56
Div: A
HTML Program for Registration form:

You might also like