Which one of the following tags is used to insert graphics on the web page?
a) <IMAGE>
b) <IMAGES>
c) <IMG>
d) <GRAPHICS>
In HTML ____ tag contains the
information about the current document such as title etc.
a) Body
b) TD
c) HEAD
d) None of the above
Which of the following is false?
a) TYPE and NAME are the attributes of the INPUT tag
b) SCR is a must if UNPUT TYPE is image
c) POST allows the content of the forms to be passed one element at a time
d) GET allows accepting one element at a time
The components of multimedia are
a) Text, pictures, video, sound
b) Text pictures, animation
c) Text, pictures, video, animation, sound
d) None of the above
Which of the following NOT a sound property
a) Asterisk
b) Critical stop
c) Default beep
d) Frame grabber
If you want to allow to play music on your web page with Internet Explorer; will not work with people browsing with Netscape.
a) <BGSOUND SRC=sounds.wav loop=infinite>
b) <Bgsound = abc.wav loop =infinite>
c) <background sound= sound.wav loop= infinite >
d) None of the above