HTML Programs
1. Write a html program to accept Email Id of the hotel, Date of
foundation, Number of tables in hotel. The data should be sent
to the server.
2. Write a Html code to display a list of any 3 scientist names (e.g.
Vikram Sarabhai, Homi Jahangir Bhabha etc.) having
alphabetical numbering (a…b…) using relevant list tags.
3. Write html program to accept College name (compulsory field),
photo of the college. A submit data of the college
4. Write a html program to create an ordered list of 3 languages
used for speaking and unordered list having 2 computer
language.
5. Write a Html code to display names of two animals in ordered
list and two flowers in unordered list
6. Write a html program to create a form to accept students roll
no(In number format), Unit test marks(maximum 25 marks),
Terminal exam marks(maximum 50 marks) Include the name of
the Subject teacher and send the data to the server.
7. 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.
8. Write a program to create an ordered list having names of two
friends. Add unordered list of their hobbies under each name.
(The program code should display nested list)