0% found this document useful (0 votes)
2 views1 page

Tentative Question - Programs

The document outlines several HTML5 and JavaScript programming tasks, including creating forms for voter information, college details, and student data, as well as generating lists of mobile operating systems, web browsers, scientists, subjects, and friends with their hobbies. It also includes event-driven JavaScript programs for converting Celsius to Fahrenheit, summing even numbers, calculating the area of geometric shapes, and finding the factorial of a number. These tasks are designed to enhance understanding of HTML5 forms and JavaScript functionalities.

Uploaded by

Shristy
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)
2 views1 page

Tentative Question - Programs

The document outlines several HTML5 and JavaScript programming tasks, including creating forms for voter information, college details, and student data, as well as generating lists of mobile operating systems, web browsers, scientists, subjects, and friends with their hobbies. It also includes event-driven JavaScript programs for converting Celsius to Fahrenheit, summing even numbers, calculating the area of geometric shapes, and finding the factorial of a number. These tasks are designed to enhance understanding of HTML5 forms and JavaScript functionalities.

Uploaded by

Shristy
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

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

You might also like