Free Essay

Imed1416 Midterm Study Guide

In:

Submitted By mrsmith42
Words 7433
Pages 30
2.85714 out of 2.85714 points | | | You can specify the size of a table by specifying the ____________________ CSS property for the <table> element. | | | | | Selected Answer: | width | | | | |

2.85714 out of 2.85714 points | | | Because heading elements are always directly associated with a caption, a user agent can always tell when one is used for a table caption. | | | | | Selected Answer: | False | | | | |
 Question 3
2.85714 out of 2.85714 points | | | Even though you should handle the visual display of content with CSS, you can use several types of built-in formatting options without CSS. | | | | | Selected Answer: | True | | | | |
2.85714 out of 2.85714 points | | | The width property can not be applied to tables. | | | | | Selected Answer: | False | | | | |
2.85714 out of 2.85714 points | | | To apply default alignment and CSS styles to entire sections of a table, you can use table structure elements. | | | | | Selected Answer: | True | | | | |
2.85714 out of 2.85714 points | | | Web browsers size each column to be as wide as the widest item in each cell, up to the width of the browser window. | | | | | Selected Answer: | True | | | | |
2.85714 out of 2.85714 points | | | The <td> element stands for ____________________. | | | | | Selected Answer: | table data | | | | |
2.85714 out of 2.85714 points | | | A(n) ____________________ is a series of terms and their definitions.r | | | | | Selected Answer: | definition list | | | | |
0 out of 2.85714 points | | | When you do not assign widths for tables and columns, modern Web browsers automatically set the column widths to the widest ____________________ content in the cells. | | | | | Selected Answer: | item | | | | |
0 out of 2.85714 points | | | You can include only one <tbody> element in a table. | | | | | Selected Answer: | True | | | | |
2.85714 out of 2.85714 points | | | The ____________________ attribute of the <form> element determines whether the browser should store a form’s input values and automatically fill the form when a user returns to the page. | | | | | Selected Answer: | autocomplete | | | | |
2.85714 out of 2.85714 points | | | You should always type the opening <form> tag and the closing </form> tag at the same time, and then go back and fill in the elements and content that you want to display in the form. | | | | | Selected Answer: | True | | | | |
2.85714 out of 2.85714 points | | | Visitors to the Web page cannot view the default value assigned to a hidden form field by viewing the source file. | | | | | Selected Answer: | False | | | | |
2.85714 out of 2.85714 points | | | Data that is transferred between Web browsers and Web servers cannot include ____________________ or certain special characters. | | | | | Selected Answer: | spaces | | | | |
0 out of 2.85714 points | | | The ____________________ attribute of the <input> element accepts an integer value that determines how many characters wide a text field is. | | | | | Selected Answer: | maxlength | | | | |
0 out of 2.85714 points | | | | | | | | | The options displayed in a selection list are created with ____________________ elements. | | | | |
 Question 17
2.85714 out of 2.85714 points | | | The ____________________ attribute of the <select> element disables the selection list. | | | | | Selected Answer: | disabled | | | | |

2.85714 out of 2.85714 points | | | An <input> element with a type of ____________________ creates an image submit button. | | | | | Selected Answer: | image | | | | |
2.85714 out of 2.85714 points | | | The <label> element provides control descriptions to nonvisual browsers. | | | | | Selected Answer: | True | | | | |
2.85714 out of 2.85714 points | | | A form on a Web site must be sent directly to a database. | | | | | Selected Answer: | False | | | | |
2.85714 out of 2.85714 points | | | You can view the HTML source of any Web page from Internet Explorer by selecting the Source command from the View menu. | | | | | Selected Answer: | True | | | | |
0 out of 2.85714 points | | | Before an XML element is closed, each ____________________ element must be closed first. | | | | | Selected Answer: | open | | | | |
2.85714 out of 2.85714 points | | | As long as you only borrow design elements from someone else’s HTML code, it is ethically and legally acceptable to incorporate it into your own Web pages. | | | | | Selected Answer: | False | | | | |
2.85714 out of 2.85714 points | | | XML documents should begin with an XML ____________________. | | | | | Selected Answer: | declaration | | | | |
2.85714 out of 2.85714 points | | | The best way to get your Web site to attract first-time and repeat visitors is to make the Web site visually stimulating, give it good content, and structure that content well. | | | | | Selected Answer: | True | | | | |
2.85714 out of 2.85714 points | | | Every attribute in an XML element must have a(n) ____________________. | | | | | Selected Answer: | value | | | | |
 Question 27
2.85714 out of 2.85714 points | | | HTML tags are configured with special parameters, called attributes. | | | | | Selected Answer: | True | | | | |
2.85714 out of 2.85714 points | | | If you omit required tags from an HTML document, a Web browser will not render the page correctly. | | | | | Selected Answer: | False | | | | |
2.85714 out of 2.85714 points | | | ____________________ refers to how elements are placed inside other elements. | | | | | Selected Answer: | nesting | | | | |
2.85714 out of 2.85714 points | | | As an alternative to using a text editor such as Notepad or Wordpad, you can create Web pages using a Web browser. | | | | | Selected Answer: | False | | | | |
 Question 31
0 out of 2.85714 points | | | Using the <br /> element will only insert a line break in a(n) ____________________ paragraph.Answer | | | | | Selected Answer: | single | | | | |
 Question 32
2.85714 out of 2.85714 points | | | A domain refers to a computer system that is being accessed by a remote computer.Answer | | | | | Selected Answer: | False | | | | |
 Question 33
0 out of 2.85714 points | | | The _________________________ element defines a link to external content such as a news article or Web log (blog). | | | | | Selected Answer: | article | | | | |

2.85714 out of 2.85714 points | | | You create the ____________________ form of a Boolean attribute by assigning the name of the attribute itself as the attribute’s value. | | | | | Selected Answer: | full | | | | |
2.85714 out of 2.85714 points | | | The important design element that refers to the empty spaces on a Web page is known as | | | | | Selected Answer: | white space | | | | |
2.85714 out of 2.85714 points | | | The spellcheck attribute is supported by all browsers. | | | | | Selected Answer: | False | | | | |

2.85714 out of 2.85714 points | | | When a Boolean attribute is not assigned a value, as in the preceding code, it is referred to as having a(n) ____________________ form. | | | | | Selected Answer: | minimized | | | | |
2.85714 out of 2.85714 points | | | Block-level elements cannot contain other block-level or inline elements.r | | | | | Selected Answer: | False | | | | |
2.85714 out of 2.85714 points | | | HTTP is not the only protocol used on the Internet. | | | | | Selected Answer: | True | | | | |
2.85714 out of 2.85714 points | | | A domain ____________________ is a unique address used for identifying a computer (often a Web server) on the Internet. | | | | | Selected Answer: | name | | | | |
0 out of 2.85714 points | | | Multiple property values are separated with spaces.r | | | | | Selected Answer: | False | | | | |
2.85714 out of 2.85714 points | | | ____________________ units use an exact measurement to specify the size or placement of an element.r | | | | | Selected Answer: | absolute length | | | | |
0 out of 2.85714 points | | | Using a(n) ____________________ is a method of applying styles that allows you to create different groups of styles for the same element. | | | | | Selected Answer: | css | | | | |
2.85714 out of 2.85714 points | | | Current Web browsers provide excellent support for most properties in CSS1.r | | | | | Selected Answer: | True | | | | |
2.85714 out of 2.85714 points | | | You cannot add comments to an external style sheet. | | | | | Selected Answer: | False | | | | |
0 out of 2.85714 points | | | To assign a measurement value to a property, you assign the number that represents the measurement, immediately followed by the ____________________. | | | | | Selected Answer: | value | | | | |

| | | To create an image background for a document, you must assign a(n) format ____________________ to that particular property that determines the look of the background.. | | | | | Selected Answer: | image | | | | |
0 out of 2.85714 points | | | The | symbol in CSS means “____________________”. | | | | | Selected Answer: | [None Given] | | | | |

| | | ____________________ adjust properties relative to other values, and are an alternative to relative length units.Answer | | | | | Selected Answer: | [None Given] | | | | |
 Question 50
0 out of 2.85714 points | | | If you need to make a one-time change to a single element on a page, inline styles are particularly useful.r | | | |

| | | RealAudio files are used very widely for streaming video over the Internet. | | | | | | | | |

| |

| | | As with audio links, embedded video files may be executed from a plug-in within the browser or from within a stand-alone multimedia application. | | | |

| | | RealVideo(RV) is RealNetwork’s video format. | | | |

| |

| | | The syntax that is required when working with the <object> element varies according to the type of content being displayed or executed. | | | |

| | | Plug-ins were originally created for Internet Explorer. | | | |

| | | One significant use of audio is to make it easier for a visually impaired person to use your Web site . | | | |

| | | Internet Explorer and some other browsers will not always properly display images that are added to a Web page using an <object> element. | | | |

| | | Newer HTML 5 elements, such as <video> and <audio>, are not widely supported in older browser versio | | | |

| | | The alt attribute of the <img> element is very important for user agents that do not display images, such as Lynx and other Web browsers for users of Braille and speech devices. | | | |

| | | The ___________________ element is used to render content in a slightly smaller font than is used for the other elements on the Web page. | | | |

| | | Using formatting elements helps ensure that your Web pages are compatible with user agents that may not be capable of handling phrasing elementsAnswer | | | |

| | | The text-level semantic elements are divided into two categories: formatting elements and phrasing elements. | | | |

| | | Instead of using the cite attribute of a <del> or <ins> element, you can provide a brief explanation of why a change was made using the ____________________ attribute. | | | |

| | | Character entities do not exist for all of the characters in Unicode. | | | |

| | | The ____________________ element is used for grouping elements that explain parts of the document. | | | |

| | | All browsers can handle manually added quotation marks, and will surround the resulting text with only one set of quotation marks. | | | |

| | | The standardized character set composed of characters from many of the world’s languages is known as ____________________. | | | | | | | | |

| | | The <del> and <ins> are special XHTML elements in that they can both act as inline and block-level elements. | | | | | | | | |
-------------------------------------------------

question 1
0 out of 2.85714 points
The least important style formatting is the Web browser’s ____________________ style settings.
Selected Answer: footer
0 out of 2.85714 points
The W3C CSS Validation Service is primarily used for ____________________ style sheets.
Selected Answer: cascading
2.85714 out of 2.85714 points
CSS is somewhat problematic because it provides fewer design and formatting capabilities than are available with standard HTML and XHTML elements and attributes.
Selected Answer: False
2.85714 out of 2.85714 points
Whether a length unit is used for positioning or sizing is dependent on the property and the element to which it is assigned.
Selected Answer: True
0 out of 2.85714 points
The ___________________ property indents the first line of a paragraph according to the value you specify.
Selected Answer: text-align
0 out of 2.85714 points
To set the color for all the text in a document, you can add the color property to the <body> element using the body selector.
Selected Answer: False
2.85714 out of 2.85714 pointsYou can only define one property for a single element.
Selected Answer: False
0 out of 2.85714 points
You can use the text-align text property in CSS with inline styles as well as selectors.
Answer
Selected Answer: False
2.85714 out of 2.85714 points
The units of measure that you can use in a style declaration to determine the size or positioning of an element are known as ____________________.
Selected Answer: length units
2.85714 out of 2.85714 points
CSS information can be added directly to documents or stored in separate documents.
Answer
Selected Answer: True
0 out of 2.85714 points
In HTML 5, the ____________________ element category is used for controlling a Web page with JavaScript or another scripting language.
Selected Answer: script
2.85714 out of 2.85714 points
A(n) ____________________ section defines an introduction to a document or section.
Selected Answer: header
2.85714 out of 2.85714 points
HTML includes several style attributes that you can use to modify the appearance of horizontal rules.
Selected Answer: True
0 out of 2.85714 points
Using the <br /> element will only insert a line break in a(n) ____________________ paragraph.
Answer
Selected Answer: single
2.85714 out of 2.85714 points
To find out if a domain name is available and register it, you must contact an Internet Service Provider (ISP).
Selected Answer: False
2.85714 out of 2.85714 points
In practice, few Web page authors use heading elements properly.
Selected Answer: True
2.85714 out of 2.85714 points Generally speaking, it is acceptable for Web pages to include multiple <h1> elements as the main heading for a page.
Selected Answer: False
0 out of 2.85714 points
Assuming the two-letter country code for Canada is CA, you would specify an XHTML element’s language as French as it is spoken in the Canada using the attribute ____________________.
Selected Answer: lang
2.85714 out of 2.85714 points
The <hgroup> element defines the headings for a document or section.
Answer
Selected Answer: True
2.85714 out of 2.85714 points
If the URL does not specify a filename, the requesting Web server will display an error page.
Selected Answer: False
2.85714 out of 2.85714 points
You can specify the size of a table by specifying the ____________________ CSS property for the <table> element.
Selected Answer: width
2.85714 out of 2.85714 points
Even though you should handle the visual display of content with CSS, you can use several types of built-in formatting options without CSS.
Selected Answer: True
2.85714 out of 2.85714 points
The width property can not be applied to tables.
Selected Answer: False
2.85714 out of 2.85714 points
Web browsers size each column to be as wide as the widest item in each cell, up to the width of the browser window.
Selected Answer: True
0 out of 2.85714 points
You cannot nest a table within a table cell, because tables can only contain specific kinds of content.
Selected Answer: True
0 out of 2.85714 points
Instead of using tables for document layout, the W3C encourages the use of ____________________.
Selected Answer: frames
2.85714 out of 2.85714 points
Tables are displayed without borders by default.
Selected Answer: True
2.85714 out of 2.85714 points
A(n) ____________________ is a series of terms and their definitions.
Selected Answer: definition list
2.85714 out of 2.85714 points
If you anticipate that users with disabilities will frequently visit your Web site, you should only use tables in the design of your site.
Answer
Selected Answer: False
2.85714 out of 2.85714 points
Each ____________________ element you include within a <table> element creates a separate row.
Selected Answer: tr
2.85714 out of 2.85714 points
The ____________________ element is most commonly used to render computer output or programming code such that it is in monospace font, and keeps its original spacing.
Selected Answer: pre
0 out of 2.85714 points
The ____________________ element formats the enclosed text as a subscript.
Selected Answer: sub
0 out of 2.85714 points
The shape attribute of the <area> element can be set to circle, rect, or ____________________.
Selected Answer: polygon
2.85714 out of 2.85714 points
When you assign a URL as the value of the cite attribute in a <blockquote> element, that URL is launched in a separate new browser window.
Selected Answer: False
2.85714 out of 2.85714 points
The two types of image maps are client-side and ____________________.
Selected Answer: server side
0 out of 2.85714 points
You must separate block-level <del> and <ins> elements by using a line break or ____________________ element.
Selected Answer: hr
0 out of 2.85714 points
In order to insert a white space, you use a non-breaking space character using the ____________________ character entity.
Selected Answer: numeric
2.85714 out of 2.85714 points
The difference between a character entity and a numeric character reference is the latter includes a(n) ____________________ after the ampersand and the former does not.
Selected Answer: #
0 out of 2.85714 points
The longdesc attribute of <img> identifies the URL of a Web page with a long description of an image.
Selected Answer: False
0 out of 2.85714 points
If you need to display a mathematical equation in your Web document, the Web browser will not interpret ‘<’ and ‘>’ as the beginning and end brackets of an XHTML tag.
Selected Answer: True
2.85714 out of 2.85714 points
Web browsers will recognize multiple line breaks typed in the body of an HTML document, and will insert spaces for each one.
Selected Answer: False
2.85714 out of 2.85714 points
If you omit required tags from an HTML document, a Web browser will not render the page correctly.
Answer
Selected Answer: False
0 out of 2.85714 points
Elements that do not require an ending tag are called ____________________ elements.
Selected Answer: open
2.85714 out of 2.85714 points
As long as you only borrow design elements from someone else’s HTML code, it is ethically and legally acceptable to incorporate it into your own Web pages.
Selected Answer: False
0 out of 2.85714 points
XML elements must be properly ____________________.
Selected Answer: formed
0 out of 2.85714 points
A non-validating parser checks whether an XML document is well formed and whether it conforms to an associated DTD.
Selected Answer: True
0 out of 2.85714 points
In XML, quotation marks must appear around the values assigned to a(n) ____________________.
Selected Answer: attributes
0 out of 2.85714 points
The <!DOCTYPE> declaration for XHTML requires one of three DTDs: ____________________, Frameset, or Strict.
Selected Answer: transtional
2.85714 out of 2.85714 points
You can view the HTML source of any Web page from Internet Explorer by selecting the Source command from the View menu.
Selected Answer: True
2.85714 out of 2.85714 points
You can ensure that older browsers are able to read empty elements in a well-formed XHTML document by adding a space between the element name and the closing slash.
Selected Answer: True
2.85714 out of 2.85714 points
------buttons allow you to select one value from several values.
Selected Answer: radio
2.85714 out of 2.85714 points
Data that is transferred between Web browsers and Web servers cannot include ____________________ or certain special characters.
Selected Answer: spaces
2.85714 out of 2.85714 points
A form on a Web site must be sent directly to a database.
Selected Answer: False
2.85714 out of 2.85714 points
The <label> element provides control descriptions to nonvisual browsers.
Selected Answer: True
2.85714 out of 2.85714 points
The ____________________ button transmits for data to the Web server.
Selected Answer: submit
2.85714 out of 2.85714 points
The ____________________ attribute of the <form> element determines whether the browser should store a form’s input values and automatically fill the form when a user returns to the page.
Selected Answer: autocomplete
2.85714 out of 2.85714 points
Push buttons are also called command buttons.
Selected Answer: True
2.85714 out of 2.85714 points
You can embed an <img> element within the <button> tag.
Selected Answer: True
2.85714 out of 2.85714 points
Visitors to the Web page cannot view the default value assigned to a hidden form field by viewing the source file.
Selected Answer: False
2.85714 out of 2.85714 points
If the checked attribute is not included in any of the radio button elements, none of the buttons will be selected when the form loads.
Selected Answer: True
0 out of 2.85714 points
Because adding a video to a Web page is similar to adding audio, you can also embed a video in a Web page by using the <bgsound> element.
Selected Answer: True
0 out of 2.85714 points
You use the data attribute of the <object> element to identify the plug-in.
Selected Answer: True
2.85714 out of 2.85714 points
Newer HTML 5 elements, such as <video> and <audio>, are not widely supported in older browser versions.
Answer
Selected Answer: True
2.85714 out of 2.85714 points
The syntax that is required when working with the <object> element varies according to the type of content being displayed or executed.
Selected Answer: True
2.85714 out of 2.85714 points
Public-domain video files are fairly easy to find.
Selected Answer: False
0 out of 2.85714 points
AIFF files can vary in size because the AIFF format supports data compression.
Selected Answer: True
2.85714 out of 2.85714 points
Internet Explorer and some other browsers will not always properly display images that are added to a Web page using an <object> element.
Selected Answer: True
2.85714 out of 2.85714 points
Windows Media Audio files can only be played in Microsoft’s Windows Media Player.
Selected Answer: True
2.85714 out of 2.85714 points
The “Oogachaka” video animation is still often considered one of the best examples of good Web page design.
Selected Answer: False
0 out of 2.85714 points
Assigning a value of “false” to the loop parameter of the <param> element specifies that the movie should not stop playing, but loop continuously.
-------------------------------------------------
Selected Answer: True
Question 1
0 out of 2.85714 points
To check whether an XML document is well formed, you would use a(n) ____________________.
Selected Answer: open closing tags
0 out of 2.85714 points
In an XML document, if you see a statement that begins with <? and ends with ?>, it must be a(n) ____________________.
Selected Answer: declaration
2.85714 out of 2.85714 points
Attribute values are expected to be between ____________________ marks.
Selected Answer: quotation
0 out of 2.85714 points
HTML was originally intended to be used for designing the actual appearance of a Web page in a Web browser.
Selected Answer: True
2.85714 out of 2.85714 points
Elements and attributes that are considered to be obsolete and that will eventually be eliminated are said to be transitional.
Selected Answer: False
2.85714 out of 2.85714 points
A non-validating parser checks whether an XML document is well formed and whether it conforms to an associated DTD.
Selected Answer: False
0 out of 2.85714 points
To be backward compatible with older browsers, XHTML documents must have an extension of .xhtml.
Selected Answer: True
0 out of 2.85714 points
If a Web browser encounters a tag that it does not recognize, it will fill in its own tag as a substitute.
Selected Answer: True
0 out of 2.85714 points
Elements that do not require an ending tag are called ____________________ elements.
Selected Answer: open
If an XML document is not well formed, the parser will ____________________ the error.
Selected Answer: render
2.85714 out of 2.85714 points
The attributes that are available to almost every XHTML element are called standard attributes.
Selected Answer: True
2.85714 out of 2.85714 points
Experienced authors know that white space is critical to the success both of Web pages and traditional printed pages.
Selected Answer: True
0 out of 2.85714 points
The email protocol is most frequently used in links to provide a quick way to send an e-mail message to a specified address.
Selected Answer: True
2.85714 out of 2.85714 points
The ___________________ standard attribute designates a key that visitors can use to select an element.
Selected Answer: accesskey
0 out of 2.85714 points
The src attribute is one of the standard attributes.
Selected Answer: True
2.85714 out of 2.85714 points
The W3C strongly encourages the use of content-type <meta> elements to specify an HTML document’s character set.
Selected Answer: True
0 out of 2.85714 points
The ____________________ attribute specifies that the Web browser should check the spelling and grammar of an element’s content.
Selected Answer: spell check
2.85714 out of 2.85714 points
The <address> element should contain a postal address.
Selected Answer: False
2.85714 out of 2.85714 points
HTTP is not the only protocol used on the Internet.
Selected Answer: True
2.85714 out of 2.85714 points
The important design element that refers to the empty spaces on a Web page is known as ____________________.
Selected Answer: white space
0 out of 2.85714 points
In order to insert a white space, you use a non-breaking space character using the ____________________ character entity.
Selected Answer: numeric
2.85714 out of 2.85714 points
The text-level semantic elements are divided into two categories: formatting elements and phrasing elements.
Selected Answer: True
0 out of 2.85714 points
Each region of a divided image that is associated with a URL is known as a(n) ____________________.
Selected Answer: image map
2.85714 out of 2.85714 points
The values of the id and name attributes specify the name of the map; you assign the same value to both the id and name attributes of the <map> element.
Selected Answer: True
2.85714 out of 2.85714 points
Identifying the location of a URL that a quotation originally came from is done using the ____________________ attribute of the <blockquote> element.
Selected Answer: cite
0 out of 2.85714 points
If you included Javascript code in your Web document using the &lt; symbol in the code (instead of ‘<’), the code would still execute properly.
Selected Answer: True
0 out of 2.85714 points
The ASCII character set is a(n) ____________________ of the Unicode character set.
Selected Answer: forerunner
2.85714 out of 2.85714 points
The following time value is in UTC format and represents ____________________, at 9:30:45 p.m. Pacific Standard Time:
2002-07-27T21:30:45Z
Selected Answer: July 27, 2002
0 out of 2.85714 points
The descriptive name used for a special character in place of its Unicode number is known as a(n) ____________________.
Selected Answer: character reference
0 out of 2.85714 points
The height and width attributes should always be used to resize an image on a Web page.r
Selected Answer: True
0 out of 2.85714 points
An <input> element with a type of ____________________ creates an image submit button.
Selected Answer: radio button
2.85714 out of 2.85714 points
If you do not include a value attribute, the default label of the reset button, Reset, appears.
Selected Answer: True
2.85714 out of 2.85714 points
The width of a push button is based on the setting in the width attribute.
Selected Answer: False
0 out of 2.85714 points
An <input> element with a type of ____________________ creates a simple text box that accepts a single line of text.
Selected Answer: file box
2.85714 out of 2.85714 points
Selected Answer: True
2.85714 out of 2.85714 points
An <input> element with a type of ____________________ creates a file box.
Selected Answer: file
0 out of 2.85714 points
The ____________________ attribute of the <input> element accepts an integer value that determines how many characters wide a text field is.
Selected Answer: maxlength
2.85714 out of 2.85714 points
You use ____________________ boxes to allow users to select certain items and to select multiple values from a list of items.
Selected Answer: check
2.85714 out of 2.85714 points
A password box can be used to prevent someone observing a user’s password.
Selected Answer: True
2.85714 out of 2.85714 points
When you transmit data, most Web browsers will convert spaces to plus signs (+).
Selected Answer: True
2.85714 out of 2.85714 points
Internet Explorer and some other browsers will not always properly display images that are added to a Web page using an <object> element.
Selected Answer: True
2.85714 out of 2.85714 points
The required parameters of the <param> element vary according to the type of embedded object to be run.
Selected Answer: True
0 out of 2.85714 points
JavaScript, DHTML techniques, and Flash controls have contributed to the decline in popularity and use of applets on the Internet.
Selected Answer: False
0 out of 2.85714 points
Because adding a video to a Web page is similar to adding audio, you can also embed a video in a Web page by using the <bgsound> element.
Selected Answer: True
2.85714 out of 2.85714 points
As with audio links, embedded video files may be executed from a plug-in within the browser or from within a stand-alone multimedia application.
Selected Answer: True
2.85714 out of 2.85714 points
The MP3 format was originally developed by MPEG as a video format before it became popular for digital sound.
Selected Answer: True
2.85714 out of 2.85714 points
RealVideo(RV) is RealNetwork’s video format.
Selected Answer: True
2.85714 out of 2.85714 points
AIFF files can vary in size because the AIFF format supports data compression.
Selected Answer: False
2.85714 out of 2.85714 points
To give your users control options over a multimedia file within a Web page, you need to use the <object> element.
Selected Answer: True
2.85714 out of 2.85714 points
The “Oogachaka” video animation is still often considered one of the best examples of good Web page design.
Selected Answer: False
0 out of 2.85714 points
The background color or image that appears behind an element is set by the ____________________.
Selected Answer: value
0 out of 2.85714 points
The text-transform text property in CSS1 changes the font size of the text of a specified element.r
Selected Answer: True
2.85714 out of 2.85714 points
Absolute lengths are a good choice for Web page design because they automatically adjust to different screen sizes.
Selected Answer: False
0 out of 2.85714 points
A Web page’s ability to use CSS information from more than one source is generally called a(n) ____________________ property.
Selected Answer: style
0 out of 2.85714 points
The W3C CSS Validation Service is primarily used for ____________________ style sheets.
Selected Answer: validating
2.85714 out of 2.85714 points
When using the font shorthand property, the font-size and line-height property values must be separated by a colon.
Selected Answer: False
2.85714 out of 2.85714 points
The primary goal for a Web page author is to write well-formed documents that separate content from the way it appears in a user agent.
Selected Answer: True
0 out of 2.85714 points
The element to which specific style rules in a style sheet apply is called a(n) ____________________.
Selected Answer: css
2.85714 out of 2.85714 points
If you need to make a one-time change to a single element on a page, inline styles are particularly useful.
Selected Answer: True
0 out of 2.85714 points
Multiple property values are separated with spaces.
Answer
Selected Answer: False
2.85714 out of 2.85714 points
Usually, heading information describes the contents of a single column or multiple columns within a table.
Selected Answer: True
2.85714 out of 2.85714 points
Tables that simulate frames differ from actual frames in that with frames, a new link will open up within a different area of the current page, whereas with tables, the new link will open up in a completely new page.
Selected Answer: True
2.85714 out of 2.85714 points
Lists are very important in Web page authoring because they provide a way of logically ordering a series of words or numbers.
Selected Answer: True
0 out of 2.85714 points
The size of cells or columns in a table are determined automatically by each user agent.
Selected Answer: False
2.85714 out of 2.85714 points
Even though you should handle the visual display of content with CSS, you can use several types of built-in formatting options without CSS.
Selected Answer: True
0 out of 2.85714 points
By default, the caption-side property of a caption selector is assigned a value of “____________________.”
Selected Answer: cite
2.85714 out of 2.85714 points
The <td> element stands for ____________________.
Selected Answer: table data
2.85714 out of 2.85714 points
You must use the same value for both horizontal and vertical border spacing.
Selected Answer: False
2.85714 out of 2.85714 points
You place the data you want to use as a column’s ____________________ information within the beginning and ending <th> tags.
Selected Answer: heading
0 out of 2.85714 points
The default value for the vertical-align property is ____________________.
-------------------------------------------------
Selected Answer: left
Question 1
0 out of 2.85714 points
Assigning a value of “false” to the loop parameter of the <param> element specifies that the movie should not stop playing, but loop continuously.
Answer
Selected Answer: True
2.85714 out of 2.85714 points
If used incorrectly, video is a type of multimedia format that can degrade the value of a Web site.
Selected Answer: True
0 out of 2.85714 points
Scalable Vector Graphics (SVG) is an XML specification for defining static and dynamic two-dimensional raster graphics.
Selected Answer: True
2.85714 out of 2.85714 points
The syntax that is required when working with the <object> element varies according to the type of content being displayed or executed.
Answer
Selected Answer: True
2.85714 out of 2.85714 points
Each media type is contained in a different file format.
Selected Answer: True
2.85714 out of 2.85714 points
AIFF files can vary in size because the AIFF format supports data compression.
Selected Answer: False
2.85714 out of 2.85714 points
The required parameters of the <param> element vary according to the type of embedded object to be run.
Selected Answer: True
2.85714 out of 2.85714 points
You use the data attribute of the <object> element to identify the plug-in.
Selected Answer: False
2.85714 out of 2.85714 points
The MP3 format was originally developed by MPEG as a video format before it became popular for digital sound
Selected Answer: True
2.85714 out of 2.85714 points
To give your users control options over a multimedia file within a Web page, you need to use the <object> element.
Selected Answer: True
2.85714 out of 2.85714 points
To be backward compatible with older browsers, XHTML documents must have an extension of .xhtml.
Selected Answer: False
2.85714 out of 2.85714 points
All XML elements must have a(n) ____________________ tag.
Selected Answer: closing
2.85714 out of 2.85714 points
Like HTML tags, XML tags are case sensitive.
Selected Answer: False
2.85714 out of 2.85714 points
All Web servers can interpret spaces within the name of an HTML file, so a Web page creator never needs to worry about naming her file something like New File.html.
Selected Answer: False
0 out of 2.85714 points
To check whether an XML document is well formed, you would use a(n) ____________________.
Selected Answer: nonvalidating parser
2.85714 out of 2.85714 points
XHTML stands for ____________________ Hypertext Markup Language.
Selected Answer: extensible
2.85714 out of 2.85714 points
XML documents consist of elements that contain text.
Selected Answer: True
2.85714 out of 2.85714 points
As an alternative to using a text editor such as Notepad or Wordpad, you can create Web pages using a Web browser.
Selected Answer: False
2.85714 out of 2.85714 points
The first implementation of the Internet was referred to as the ____________________.
Selected Answer: ARPANET
0 out of 2.85714 points
If you omit required tags from an HTML document, a Web browser will not render the page correctly.
Selected Answer: True
2.85714 out of 2.85714 points
Whether a length unit is used for positioning or sizing is dependent on the property and the element to which it is assigned.
Selected Answer: True
2.85714 out of 2.85714 points
You cannot add comments to an external style sheet.
Selected Answer: False
0 out of 2.85714 points
A style declaration for the color property sets the ____________________ color of an element.
Selected Answer: font
2.85714 out of 2.85714 points
Current Web browsers provide excellent support for most properties in CSS1.
Selected Answer: True
0 out of 2.85714 points
You use a(n) ____________________ to create styles that apply to an entire document.
Selected Answer: css
0 out of 2.85714 points
____________________ adjust properties relative to other values, and are an alternative to relative length units.
Selected Answer: absolute length units
0 out of 2.85714 points
Multiple property values are separated with spaces.
Selected Answer: False
2.85714 out of 2.85714 points
CSS uses an order of precedence to determine which styles to apply when a selector is formatted in different sources.
Answer
Selected Answer: True
0 out of 2.85714 points
A color value you can assign to a property is known as a(n) ____________________.
Selected Answer: attribute
0 out of 2.85714 points
It is good practice to use a list of fonts for the font-family property.
Selected Answer: False
2.85714 out of 2.85714 points
HTML includes several style attributes that you can use to modify the appearance of horizontal rules.
Selected Answer: True
2.85714 out of 2.85714 points
Basic body elements such as the <p> and <br /> elements are some of the most frequently used elements in Web page authoring.
Selected Answer: True
0 out of 2.85714 points
When choosing a heading element for your XHTML document, you should not think about how it will look in a browser, because different ____________________ handle heading elements differently.
Selected Answer: browsers
2.85714 out of 2.85714 points
The two-letter codes that you assign to the lang and xml:lang attributes of the <html> element represent the element’s ____________________.
Selected Answer: language
Question 35
2.85714 out of 2.85714 points
Experienced authors know that white space is critical to the success both of Web pages and traditional printed pages.
Selected Answer: True
0 out of 2.85714 points
In HTML 5, the ____________________ element category creates elements for interacting with users, such as a menu element.
Selected Answer: check box
2.85714 out of 2.85714 points
The ___________________ standard attribute designates a key that visitors can use to select an element.
Selected Answer: accesskey
2.85714 out of 2.85714 points
The attributes that are available to almost every XHTML element are called standard attributes.
Selected Answer: True
2.85714 out of 2.85714 points
The ____________________ attribute specifies that the Web browser should check the spelling and grammar of an element’s content.
Selected Answer: spellcheck
0 out of 2.85714 points
Assuming the two-letter country code for Canada is CA, you would specify an XHTML element’s language as French as it is spoken in the Canada using the attribute ____________________.
Selected Answer: lang
0 out of 2.85714 points
Instead of using the cite attribute of a <del> or <ins> element, you can provide a brief explanation of why a change was made using the ____________________ attribute.
Selected Answer: comment
2.85714 out of 2.85714 points
If you need to display a mathematical equation in your Web document, the Web browser will not interpret ‘<’ and ‘>’ as the beginning and end brackets of an XHTML tag.
Selected Answer: False
2.85714 out of 2.85714 points
Identifying the location of a URL that a quotation originally came from is done using the ____________________ attribute of the <blockquote> element.
Selected Answer: cite
0 out of 2.85714 points
The shape attribute of the <area> element can be set to circle, rect, or ____________________.
Selected Answer: polygon
0 out of 2.85714 points
The <big> element formats text to be larger than the <h1> element.
Selected Answer: True
2.85714 out of 2.85714 points
The following time value is in UTC format and represents ____________________, at 9:30:45 p.m. Pacific Standard Time:
2002-07-27T21:30:45Z
Selected Answer: July 27, 2002
0 out of 2.85714 points
You must separate block-level <del> and <ins> elements by using a line break or ____________________ element.
Selected Answer: pre
2.85714 out of 2.85714 points
When you assign a URL as the value of the cite attribute in a <blockquote> element, that URL is launched in a separate new browser window.
Selected Answer: False
0 out of 2.85714 points
The value assigned to the cite attribute of <q> is rendered by a browser or visible in a ToolTip.
Selected Answer: True
0 out of 2.85714 points
A client-side image map may be created by using the ____________________ attribute of the <img> element.
Selected Answer: hot spot
2.85714 out of 2.85714 points
You can use the CSS ____________________ property to adjust the horizontal alignment of elements.Selected Answer: text-align
2.85714 out of 2.85714 points
Usually, heading information describes the contents of a single column or multiple columns within a table.
Selected Answer: True
0 out of 2.85714 points
The table header, table body, and table footer make up the ____________________ elements of a table.
Selected Answer: structure
0 out of 2.85714 points
You can include only one <tbody> element in a table.
Selected Answer: True
2.85714 out of 2.85714 points
You cannot nest a table within a table cell, because tables can only contain specific kinds of content.
Selected Answer: False
0 out of 2.85714 points
A(n) ____________________ is a series of terms and their definitions.
Selected Answer: definiton list
0 out of 2.85714 points
If you are resizing a block-level element, you can assign a value that represents the ____________________ of the visible browser window.
Selected Answer: attribute
2.85714 out of 2.85714 points
Tables that simulate frames differ from actual frames in that with frames, a new link will open up within a different area of the current page, whereas with tables, the new link will open up in a completely new page.
Selected Answer: True
2.85714 out of 2.85714 points
The <td> element stands for ____________________.Selected Answer: table data
0 out of 2.85714 points
The default value for the vertical-align property is ____________________.
Answer
Selected Answer: left align
2.85714 out of 2.85714 points
A form on a Web site must be sent directly to a database.
Selected Answer: False
0 out of 2.85714 points
You use the ____________________ attribute to associate a <label> element with a target form control.
Selected Answer: form
0 out of 2.85714 points
The buttons you create with the <button> element are very different from the buttons you create with the <input> element.
Selected Answer: True
0 out of 2.85714 points
The ____________________ attribute of the <form> element specifies a comma-separated list of possible character sets that the form supports.
Selected Answer: data lists
2.85714 out of 2.85714 points
Field sets are widely supported in older browsers.
Answer
Selected Answer: False
2.85714 out of 2.85714 points
The <label> element provides control descriptions to nonvisual browsers.
Selected Answer: True
2.85714 out of 2.85714 points
If you do not include a value attribute, the default label of the reset button, Reset, appears.
Selected Answer: True
2.85714 out of 2.85714 points
Data lists are only available in Firefox Web browsers
Selected Answer: False
0 out of 2.85714 points
The options displayed in a selection list are created with ____________________ elements.
Selected Answer: option
2.85714 out of 2.85714 points
The ____________________ attribute of the <form> element determines whether the browser should store a form’s input values and automatically fill the form when a user returns to the page.
Selected Answer: autocomplete

Similar Documents