You are on page 1of 3

12 COMMERCE IT PRACTICE PROGRAMS

FORM ASSIGNMENTS
Q.1) Design web page that should accept Personal Details of the user i.e. name of the user
along with date and time values. The page must contain submit button.
Q.2) Design a web page that should accept name of the user, Email ID, Number of years
completed in office, office phone number(compulsory), image with submit button.
Q.3) Design a web page that should accept name of the user, select file for upload, color
picker tool, website URL, search and submit button.
Q.4) Write a html program to create registration form to accept name, mobile no., date of
birth. The form should have register caption on the button to submit the data.
Q.5) Write a html program to accept Name of the Employee (cannot be blank), Email Id, of
the Employee, Salary (maximum 40000). The data should be sent to the server.
Q.6) Write a html program to create a form to accept students roll no.( in number format) ,
Unit test marks (maximum 30 marks), Terminal exam marks(maximum 80 marks). Include
the name of the Subject teacher and send the data to the server.
Q.7) Write a html program to create a form to accept Doctor’s Name, Number of patients (
maximum 20) , date of examining the patients.
Q.8) Write a html program to create a form to accept Student’s Name, number of practical he
has completed and provide facility to upload his completion certificate.
Q.9) Write a html program to accept name of the college, total number of students in the
college, total number of halls ( range till 100), The data should be sent to the server.
CSS ASSIGNMENTS

Q.1) Design web page that should accept Personal Details of the user i.e. name of the user
along with date and time values. The page must contain submit button.
Q.2) Design a web page that should accept name of the user, Email ID, Number of years
completed in office, office phone number(compulsory), image with submit button.
Q.3) Design a web page that should accept name of the user, select file for upload, color
picker tool, website URL, search and submit button.
Q.4) Write a html program to display “Cyber World” having Arial font and background
colour Cyan. Add any two advantages having red colour for the text.
Q.5) Write a html program to insert inline frame on web page. Use abc.html file as a source
for inline frame. Size of Inline frame should be 200 * 200 pixels.
Q.6) Write a html program using internal CSS to display two paragraphs. The first paragraph
should have pink background color and second have red text color with blue background
color. (Write topic of your choice in paragraph).
Q.7) Write html program to display “Digital India” having underline using inline CSS. Add
any two sentences about “IT” subject below having yellow color background for the text .
Q.8) Write a html program to display “Ecommerce” having underline using internal CSS.
Add any two sentences about Ecommerce subject below having red background for the text.
Q.9) Write a html program to display “Digital world” having underline using inline CSS. Add
an ordered list having any two advantages of it.
Q.10) Write a html program to display “Ecommerce” having “Arial” font using inline CSS.
Add an ordered list having any two advantages of it.
Q.11) Write a html program to display “Cyber World” having Arial font and background
color=cyan. Add any two advantages having blue color for the text.
Q.12) Write a html program to display “Information Technology” in bold format and Calibri
font using inline CSS. Add any two sentences about IT subject below in orange color.
Q.13) Write a html program to display “Maharashtra state board” in font size 50 pixels using
Internal CSS. Give background color yellow for the same text.
OL & UL ASSIGNMENTS

Q.1) Write a html Program to create an ordered list having names of any two friends. Add
unordered list of their hobbies under each name as shown below
1. Anil
*Playing
2. Amol
*Reading

Q.2) Write a html Program to create an unordered list having names of two students. Add
ordered list of subjects they selected as shown below
* Rupali
1. Physics
2. Chemistry
* Radha
1. IT
2. Maths

Q.3) Write a html Program to create a list of 5 flowers in ordered list and list of 5 fruits in
unordered list.

Q.4) Write a html program to create an ordered list of 2 languages used for speaking and
unordered list having 3 computer languages.

Q.5) Write a html program to display names of the two departments and also display course
like B.Sc, M.Sc, B.A., M.A. under department name in unordered list.

Q.6) Write a html program to create an ordered list of 2 languages used for speaking and
unordered list having 3 computer languages.

You might also like