Posts

Showing posts from October, 2023

Q.1 Fill in the Blanks: [10 marks]

  Q.1 Fill in the Blanks: [10 marks] 1.  _________ hosting provides free hosting of the website for limited period of time.          Answer-: Free 2.  _________ is the service of providing storage space.       Answer-: Web hosting 3. _______ tag defines the specific clickable regions.      Answer-: <area> 4. The _______ attribute acts as a pointer which indicates that the image is a client side image map.     Answer-: usemap 5.  The _______ element creates an inline frame.       Answer-: <iframe> 6.  The ________ attribute of <audio> tag defines the audio controls should be displayed.          Answer-: controls 7.  The <ol> tag defines an _______            Answer-: Ordered List 8.  In CSS, _______________ value of text-decoration property is used to define a line above the tex...

H.S.C INFORMATION TECHNOLOGY Q.8 HTML AND JAVASCRIPT PROGRAM

                                                                                       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.                 ...