CIS 273 WEEK 11 FINAL EXAM
CIS 273 Week 11 Final
Exam
1. To create a cell that
spans two rows and two columns at the same time, you enter the <td> tag
as ____.
2. To control the space
between the table text and the cell borders, add the ____ attribute to the
table tag.
3. To create a cell that
spans two rows in a table, you enter the <td> tag as ____.
4. With the frame value
____, a border is drawn on the top and bottom sides of the table.
5. Which of the following
is a table frame type?
6. There is no HTML
attribute to change the ____ style, but many browsers allow you to change the
color by adding the bordercolor attribute to the table element.
7. To create a cell that
spans two columns in a table, you enter the <td> tag as ____.
8. With the frame value
____, a border is drawn on the left and right sides of the table.
9. A ____ table contains
only text, evenly spaced on the Web page in rows and columns.
10. With the frame value
____, a border is drawn only below the table.
11. The placeholder
automatically disappears as soon as a user selects the ____ box.
12. Another way you can
specify the width is to use the ____ attribute.
13. A ____ should be used
to provide visual indication that option buttons belong in the same group.
14. To make a check box
selected by default, you add ____.
15. You can specify an
access key for an input element by using the ____ attribute.
16. Which input type
displays an input box that hides text entered by the user?
17. Label elements are
normally ____ elements.
18. When a user tabs
through the form, the tab order will reflect the order of the items in the ____
file.
19. HTML allows you to
organize selection lists into distinct groups called ____ groups.
20. Typically, users
navigate through a Web form using the _____ key, which moves the cursor
from one field to another in the order that the field tags are entered into the HTML file.
from one field to another in the order that the field tags are entered into the HTML file.
21. To define a default
value for a field, use the following syntax: ____.
22. Older browsers that do
not support the ____ audio element instead rely on plug-ins to play embedded
media clips.
23. A(n) ____ composition
is smaller than a WAV or an MP3 file, but cannot include speech.
24. With the embed
element, the width and height of the object are measured in ____.
25. An open source format
introduced by Google to provide royalty-free video and audio to be used with
the HTML5 video element is ____.
26. A proprietary file
format developed by Adobe to deliver video over the Internet using the popular
Adobe Flash Player is ____.
27. The ____ format
synthesizes musical sounds by recording each note’s pitch, length, and volume.
28. The ____ attribute can
be used to identify where to download a plug-in.
29. The ____ codec is the
most widely used codec and is used by Apple in its mobile devices and iTunes
software.
30. Which of the following
sound file formats have a MIME type of audio/basic?
31. The ____ attibute of
the video element automatically restarts the video clip when it is finished
playing.
32. ActiveX controls are
identified using the ____ attribute.
33. Internet Explorer
supports two styles for applying shadows to objects: the ____ filter and the
DropShadow filter.
34. To set a stopping
point to cover the entire object with the gradient, use the keyword ____.
35. One type of gradient
is a ____ gradient, in which the color blending
proceeds horizontally or vertically across an object’s background.
36. The CSS3 3D
Transformation function that moves the object offX pixels horizontally, offY
pixels vertically, and offZ pixels along the z-axis is ____.
37. To set the stopping
point for a radial gradient to the corner closest to the gradient’s center, use
the keywords ____.
38. To allow the printer
to determine whether or not to insert a page break, use the type ____.
39. Graphic borders are
applied to an object using the CSS3 style
border-image: url(url) slice repeat;
where ____ is the source of the border image file.
border-image: url(url) slice repeat;
where ____ is the source of the border image file.
40. Drop shadows can be
added using the text-shadow style
text-shadow: color offsetX offsetY blur;
where the offsetY is the distance of the shadow from the text in the ____ direction.
text-shadow: color offsetX offsetY blur;
where the offsetY is the distance of the shadow from the text in the ____ direction.
41. The default shape of a
radial gradient is ____, with the specific dimensions based on the size of the
containing object and the size of the gradient.
42. Another type of
gradient supported by CSS3 is a ____ gradient, in which color
blending starts from a single point within the object and proceeds outward in a
circular or elliptical shape.
43. When converting old
HTML code to XHTML, make sure that attribute values are placed in ____.
44. Microsoft introduced
the ____ element into its browser when it saw a need for internal frames.
45. In HTML, which of the
following is an example of attribute minimization?
46. In PCDATA, the ____
symbol is used to indicate a special character.
47. Parsers and browsers
essentially ignore ____.
48. When converting old
HTML code to XHTML, make sure to replace the ____ attribute with the
background-color style.
49. When the XHTML 1.0
validator reports that the end tag for an element is missing, it means that
____.
50. The most widely
supported version of XHTML is XHTML ____.
No comments:
Post a Comment