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

HTML and JavaScript Form Examples

The document outlines requirements for creating a web page with a form to accept user details including name, email, years in office, and phone number, along with submit and reset buttons. It also specifies a JavaScript program to check if a number is prime and another to print even numbers from 1 to 100. Additionally, it includes CSS specifications for styling the form's heading and layout.

Uploaded by

rameshwarbedre17
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)
10 views1 page

HTML and JavaScript Form Examples

The document outlines requirements for creating a web page with a form to accept user details including name, email, years in office, and phone number, along with submit and reset buttons. It also specifies a JavaScript program to check if a number is prime and another to print even numbers from 1 to 100. Additionally, it includes CSS specifications for styling the form's heading and layout.

Uploaded by

rameshwarbedre17
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 OR JAVASCRIPT program

[Link] a web page that should accept name of the user, Email ID, Number of years completed in
office, Office phone number, Image as submit button and Reset button.

[Link] a event driven program using JavaScript to display whether the accepted number is prime

[Link] a program using HTML with following CSS specifications:

a) To create a form that should accept name, age, date of appointment from the user

b) create submit and reset button

c) The heading of the form should have orange background color with different font style

[Link] a event driven program using JavaScript to print all even no's from 1 to 100 (using for loop)

You might also like