HTML and CSS Reference
In-Depth Information
6. Which of the following can describe JavaScript?
a. an object-based scripting language
b. an easy form of Java
c. a language created by Microsoft
d. none of the above
c. a Web development technique for creating
interactive Web applications
d. none of the above
Fill in the Blank
7. Which of the following is true of Java applets?
a. they are contained in files with the .class
extension
b. they are not copyrighted
c. they must be saved in a different folder than
Web pages
d. none of the above
11. When recording human speech in an audio file,
____________________ resolution is sufficient.
12. Use of a copyrighted work for purposes such as
criticism, reporting, teaching, scholarship, or
research is called ____________________.
13. The ____________________ attribute for the
image tag displays media but is only supported
by Internet Explorer.
8. Which combination of technologies does
DHTML use to create interactive Web pages?
a. client-side scripting, Document Object Model,
Web browser
b. client-side Scripting, CSS, Java
c. Document Object Model, CSS, Web browser
d. Document Object Model, CSS, client-side
scripting
14. When displaying a Java applet, the browser
invokes the ____________________ to interpret
the bytecode into the appropriate machine lan-
guage.
15. The ____________________ defines every object
and element on a Web page.
9. A file which contains a Flash animation uses the
__________ file extension.
a. .class
b. .swf
c. .mp3
d. .flash
Short Answer
16. List at least two reasons not to use audio or
video on a Web page.
17. Describe a type of copyright license that empow-
ers the author/artist to grant some but not all
rights for using his or her work.
10. Which of the following can describe Ajax?
a. an object-based scripting language
b. the same as Web 2.0
Apply Your Knowledge
1. Predict the Result. Draw and write a brief description of the Web page that will be
created with the following XHTML code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>CircleSoft Designs</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
body { background-color: #FFFFCC;
color: #330000;
font-family Arial,Helvetica,sans-serif; }
.content { width: 750px; }
</style>
</head>
 
Search WWH ::




Custom Search