Q.1 Write html program to accept employee id (number field), date of birth, email id of employee and submit data . Q.2 Write a html program to create an ordered list having names of two friends. Add unordered list of their hobbies under each name. <!Doctype html> <html> <head><title>html program</title></head> <body> <ol> <li>samriddhi</li> <ul> <li>reading</li> <li>listening music</li> </ul> <li>nakshatra</li> <ul> <li>drawing</li> <li>playing</li></ul> </ol> </body> </html> Q.3 Write event driven JavaScript program to find and display factorial of 5. Q.4 Write an event driven javascript program to display are...
Q.8 Write Program: 1. Write html program to display menu card of "HOTEL DERBI" with heading and minimum 3 Veg and Non-Veg items displayed in checkboxes and place "ORDER" 2. Write html code to display a text Mobile World having font size 24, background color red and blinking effect using CSS. 3. Write 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 button to send the data. c) The heading of the form should have orange background color with different font style. 4. Write HTML code to create a drop down list of five cricket players names. It should allow multiple selection by the user. Buttons should be provided for clearing and submitting the form. 5. Write html code to display a text XII Online Exams having font size 36, text color red and underline text effect using CSS. 6. Write a html program to create a form to accept students roll no (in number format),...
SET-1 AA) Write a HTML program to create registration form to accept name mobile no, date of birth. The form should register caption on the button to submit the data OR A A) Write a html program to create a form to accept students Name, number of practical’s he has completed and provide facility to upload his completion certificate. B B) Write an event driven JavaScript program to display number from 1 to 100 when the mouse is moved over a button. OR B) Write an event driven JavaScript program to accept a number and determine if it is odd or even. ...
Comments
Post a Comment