Sams Teach Yourself JavaScript in 24 Hours

Sams Teach Yourself JavaScript in 24 Hours

By Michael Moncur

Quiz

Test your knowledge of JavaScript's plug-in and multimedia features by answering the following questions.

Questions

1:

Which HTML tag is often used to include a plug-in object within a Web page?

  1. <sound>
  2. <embed>
  3. <plugin>
A1:

b. The <embed> tag embeds a plug-in object.

2:

The plugins object is a child of which browser object?

  1. document
  2. window
  3. navigator
A2:

c. The plugins object is a child of the navigator object.

3:

Which plug-in for playing sounds is included with Netscape 4.x?

  1. LiveConnect
  2. LiveAudio
  3. No plug-in is included; you must make the sounds with your mouth
A3:

b. The LiveAudio plug-in is included with Netscape 4.x.

Share ThisShare This

Informit Network