0% found this document useful (0 votes)
3 views3 pages

HTML Questions

The document provides a series of instructions for writing HTML code to create various forms and lists, including admission forms for students and patients, teacher information forms, and bank account opening forms. It also includes tasks for displaying text with specific styles using CSS, creating ordered and unordered lists, and implementing input validation for voter age. Each task is repeated multiple times, emphasizing the need for practice in HTML coding and form design.

Uploaded by

sankalppatil102
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)
3 views3 pages

HTML Questions

The document provides a series of instructions for writing HTML code to create various forms and lists, including admission forms for students and patients, teacher information forms, and bank account opening forms. It also includes tasks for displaying text with specific styles using CSS, creating ordered and unordered lists, and implementing input validation for voter age. Each task is repeated multiple times, emphasizing the need for practice in HTML coding and form design.

Uploaded by

sankalppatil102
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

Q.

8) Write HTML Code


1. Write HTML code to design an Admission Form with the following: (4 times)
a) Enter Student’s Name
b) Select Date of Birth from the calendar
c) Select your Gender: Male/Female
d) Do you have: School Leaving Certificate/Birth Certificate/Transfer
Certificate/None of these (User may select more than one option)
e) Select your State from the dropdown list:
Maharashtra/Karnataka/Gujarat/None of the above.
2. Write html program to accept the teacher's name (compulsory field),
teaching for the Standard in number, date of joining and email ID of the
teacher. (5 times)
3. Write a HTML code to display a list of any student names having roman i to iv
numbering using relevant list tags. (4 times)
4. Write a html program using internal CSS to display the word ‘Cyber Crime’ (5
times)
a) Give Courier font
b) Give background color to the text color
c) Apply a suitable border
5. Write HTML program to design a patient admission form (7 times)
a) Select patient ID form the dropdown list (OPD101, OPD102, OPD103)
b) Select patient date of birth
c) Type Name of the Doctor
d) Room types preferred: General/Private (only one)
e) Submit the form
6. Write a html program to create an ordered list of Tea and Coffee and
unordered list under tea as black tea and green tea. (11 times)
7. Write html code to design a form with the following (2 times)
a) Create drop down list for the title with values: Mr/Mrs/Miss/Ms/Dr
b) Enter your name
c) Enter your gender: Male/female
d) Do you like playing Computer Games? Yes/No
e) Select your hobbies: Dancing, Singing,Reading,Swimming, None of
these (User may select more than one option)
8. Write a HTML program by using Inline CSS to display e-commerce: (6 times)
a) Give Arial Font
b) Underline the text
c) Give solid border to the text
9. Write a html program to design Bank Account Opening Form (3 times)
a) Select Account Type from the dropdown list (Savings/Current/Fixed
Deposit etc)
b) Type your Name
c) Select your date of birth
d) Select your Gender: Male/Female (only one)
e) Submit the form
10. Write html program to display “Digital World” having underline using
inline CSS. Add an ordered list having any two advantages. (4 times)
11. Write html program to create form to accept student’s name, number of
practical he has completed and provide facility to upload his completion
certificate (4 times)
12. Write a html program to display ‘flower’ and ‘fruits’ in unordered list
format. Insert flower names ‘Rose’ and ‘Sunflower’ within ‘flowers’ and
‘mango’ and ‘apple’ under ‘fruits’ in unordered format. (4 times)
13. Write html program to accept name of voter, his/her age using form.
Provide Restriction of min age 18 and max 120 for voter. Also display submit
button. (4 times)
14. Write html program to accept roll no, age, name of the college in html
form. Provide submit button (4 times)
15. Write a html program to display ‘Information Technology’ in yellow color
and arial font using internal CSS. Add any two sentences about ‘IT’ subject
below in green color. (4 times)
16. Write html program to accept the name of the employee (cannot be
blank), Email Id of the employee, gender of the employee (male, female) .
The data should be sent to server. (3 times)

You might also like