Write an HTML5 program to create a form with fields for the voter’s name, voter’s ID and
voter’s address. Include a Submit button.
Write an HTML5 program to create a form with fields for the name of the college, the
college email ID and college address. Ensure the data is sent to the server.
Write an HTML5 program to create a form with fields for the student’s roll number and
address of the student. Make all fields compulsory and send the data to the [Link] an
HTML5 program to create an unordered list of any two mobile operating systems. And an
ordered list to display your favorite web browsers.
Write an HTML5 program to display an unordered list of any three scientist names (e.g.,
Albert Einstein, Marie Curie, Tim Berners-Lee). and their inventions should be displayed in
an ordered list format (e.g., Theory of Relativity, Discovery of Radioactivity, World Wide
Web).
Write an HTML5 program to create an unordered list of any three subjects. Under each
subject, add an unordered list of the topics included in it.
Write an HTML5 program to create an ordered list of five friends. Under each friend’s
name, add an ordered list of their hobbies.
Write an event driven Javascript program to accept celsius and convert it from celsius to
fahrenheit [formula- fahrenheit = (celsius * 1.8) + 32]
Write an event driven JavaScript program to display sum of even numbers from 101 to 200.
Write event driven JavaScript program to display area of circle accept radius from the user
(Area =3.14 * r * r).
Write an event driven JavaScript program to accept side from the user and find area of a
square. (Area =square of side).
Write event driven JavaScript program to find and display factorial of 5.
Write event driven program in JavaScript to accept height and base from the user and find
area of triangle. (Area =1/2 *base * height).
Tentative Questions-Programs