Web Programming Midterm

Unlock all answers in this set

Unlock answers
question
Choose the organization listed below that takes a proactive role in developing recommendations and prototype technologies related to the Web
answer
World Wide Web Consortium (W3C)
question
A language using a text-based syntax intended to extend the power of HTML by separating data from presentation is called ________.
answer
XML
question
What tag pair is used to create the largest heading?
answer
question
Which of the following tags should NOT be located in the head section?
answer
question
Select the main reason for the initial development of the World Wide Web from the list below
answer
To allow communication between researchers and links between research papers
question
Select the item below that lists the top level domain name for the URL http://www.yahoo.com.
answer
com
question
What type of HTML list will automatically place a bullet point indicator in front of each item?
answer
unordered list
question
A ____ is a type of ____.
answer
URL, URI
question
The first widely used graphical web browser was developed at:
answer
NCSA
question
Which of the following attributes would configure an ordered list to display uppercase letters?
answer
type="A"
question
Select the function of an e-mail link from the choices below.
answer
launch the default e-mail application for the visitor's browser with your e-mail address as the recipient
question
What type of HTML list would be good to use to display a list of terms and their definitions?
answer
definition list
question
A domain name is a unique text-based Internet address corresponding to a unique ________.
answer
IP Address
question
Choose the best-designed link from below
answer
Important News
question
________ combines the formatting strengths of HTML 4.0 and the data structure and extensibility strengths of XML.
answer
XHTML
question
Choose the tag pairs that are used in a description list (previously called definition list).
answer
all of these
question
To apply a style to a certain group of elements on a web page, configure a CSS ________.
answer
class
question
Select the code below that uses CSS to configure a id named "footer" that configures small, italic text.
answer
#footer { font-size: small; font-style: italic;}
question
Which CSS property can be used to configure italic text?
answer
font-style
question
Use the ________ property to configure bold text using CSS
answer
font-weight
question
Use the ________ tag to configure a section of a web page that is physically separated from others.
answer
...
question
Select the code below that uses CSS to configure a background color of #eaeaea for a web page.
answer
body {background-color:#eaeaea; }
question
An External Style Sheet uses the ________ file extension.
answer
css
question
Which CSS property configures the color of text?
answer
color
question
Select the code below that uses CSS to configure a class called "offer" with blue text that uses the Arial or sans-serif font typeface.
answer
.offer { color:blue; font-family:Arial,sans-serif;}
question
Cascading Style Sheet rules are comprised of:
answer
Selectors and Declarations
question
To associate an external style sheet with a web page, code:
answer
a link element in the head section of the web page
question
The Web Safe Color Palette is a collection of 216 colors that
answer
display the most similar on both the Mac and PC platforms
question
Choose the attribute used to provide accessibility by configuring a text alternative that is available to browsers and other user agents that do not support graphics.
answer
alt
question
Select the code below that configures a background image to repeat horizontally across a web page
answer
background-repeat: repeat-x;
question
A type of graphic that is best-suited to photographs is
answer
.jpg
question
Use the ________ property to configure rounded corners with CSS.
answer
border-radius
question
The CSS3 ________ property configures the transparency of an element.
answer
opacity
question
Use the ________ property to configure multiple backgrounds on an element.
answer
background
question
The browser prefix webkit in a CSS property indicates that it is likely to be recognized by which of the following browsers?
answer
Safari
question
A ________ is a smooth blending of shades from one color to another
answer
gradient
question
Select the code below that will configure a background image called parchment.gif for a web page using CSS.
answer
body {background-image:url(parchment.gif); }
question
Use the ________ attribute to display an image to the right of a block of text.
answer
align
question
When a web page uses graphics for the main navigation links, provide accessibility by:
answer
both using alt attributes and providing text links on the bottom of the page
question
Choose the recommended method(s) to obtain graphics for your web site.
answer
both Purchase a CD of graphics and Use a graphics application and create your own
question
The ________ property configures a shadow effect on the text displayed within an element.
answer
text-shadow
question
A(n) ________ is an image that is configured so that parts of the image can be used as one or more hyperlinks.
answer
image map
question
A smaller version of a larger image that usually links to the larger image is called a:
answer
thumbnail image
question
The HTML5 ________ element visually displays a bar that depicts a numeric value within a specified range.
answer
progress
question
Choose the item below that is not an HTML5 element.
answer
wrapper
question
________ flow displays the elements on the page in the order they appear in the web page source code.
answer
Normal
question
If an element is configured with ________ the other content on the page will appear to its left.
answer
float:right;
question
Choose the HTML5 element below that is used to configure an area on a web page that can stand on its own and could potentially be syndicated.
answer
article
question
The default value for the border property for an element is:
answer
0 pixels
question
The ________ is the area between the content and the border.
answer
padding
question
From the choices below select the correct order to code CSS pseudo-classes.
answer
link, visited, hover, active
question
The ________ HTML5 element is used to configure the top logo area on a web page.
answer
header
question
The ________ pseudo-class configures the appearance of the hyperlink before it is clicked.
answer
link
question
Use the ________ or ________ property to clear a float.
answer
clear, overflow
question
Use the ________ property in the HTML link tag to to associate a web page with a style sheet for printing.
answer
media="print"
question
How would you link to the named fragment #school on the page resume.html from the home page of the site?
answer
Educational Background
question
What is the purpose of the :content pseudo-element?
answer
to generate content that is added to the web page document
question
What is the term used to describe image file that contains multiple small graphics?
answer
sprite
question
Select a recommendation for mobile web design from the choices listed below.
answer
Use percentage or em units for font sizes
question
________ will cause an object not to display.
answer
display: none;
question
The ________ attribute indicates if a style sheet configures for screen display or the printed page.
answer
media
question
Select a recommendation for mobile web design from the choices listed below.
answer
Use a single column page layout
question
A ________ determines the capability of the mobile device, such as screen resolution, and directs browsers to CSS.
answer
media query
question
Components of responsive web design include:
answer
fluid layout, flexible images, media queries
Get an explanation on any task
Get unstuck with the help of our AI assistant in seconds
New