Introduction to Webpage Development

Quiz 1

 

1. Open quiz question

Why is it important to write XHTML code manually instead of relying solely on a GUI editing program?
    a.GUI editors never allow manual updates.
    b.Writing XHTML code manually allows you to connect Web pages using hyperlinks.
    c.You can manually add XHTML code to extend GUI editor program capabilities.
    d.Writing XHTML code manually is quicker and easier than using a GUI editor program.

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

2. Open quiz question

Which of the following characteristics is an important element of an accessible Web page?
    a.The page should have at least one image per 3 square inches of space.
    b.The page should use only primary colors to ensure that it will display well on all browsers.
    c.The page's text should read like a book, with an introduction, a body and a conclusion.
    d.The page should have alternative text for images.

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

3. Open quiz question

The concept of Web page branding standards refers to:
    a.how a Web page's layout, content and design elements complement an organization's business

    concerns and marketing goals.

    b.the subtle variations in the ways that different browsers display the Web page.
    c.the way a Web page performs across a network so that all end users can access it using any commercially available browser.
    d.how well a Web page conforms to industry standards.

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

4.  Open quiz question

As a general rule, what is the maximum size your Web page should be?
    a.50 KB
    b.100 KB
    c.500 KB
    d.1 MB

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

5.  Open quiz question

Which of the following file names could represent the default document for a cat fancier's Web site in most Web servers?
    a.kitty.htm
    b.kitty.home
    c.default.index
    d.index.html

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

 

Quiz 2

1.

 Open quiz question

Which of the following is an accurate statement about site validation?
    a.Validation should be performed once at the end of the development cycle.
    b.Validation should be performed multiple times throughout the development cycle.
    c.Validation should be performed once at the middle of the development cycle and once again at the end.
    d.Validation should be performed only when site accessibility issues become a concern during the development cycle.

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

2.

 Open quiz question

After you have obtained relevant input for your Web site, you can create:
    a.a validation program.
    b.XHTML.
    c.images.
    d.a storyboard.

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

3.

 Open quiz question

What is the benefit of using the W3C's HTML code validation service?
    a.The code will automatically update older browsers.
    b.The code will conform to government accessibility standards.
    c.The code will automatically generate proper tags.
    d.The code will render properly to a larger audience.

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

4.

 Open quiz question

What is the primary function of XHTML?
    a.To describe content in a Web page
    b.To broadcast audio
    c.To enhance animation
    d.To position content on a Web page

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

5.

 Open quiz question

Which of the following establishes nationally recognized rules meant to protect the rights of a Web site's author?
    a.Ethics
    b.Copyright
    c.Trademark
    d.Trade secrets

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

 

Quiz 3

 

1.

 Open quiz question

Which of the following embeds formatting information into a document to instruct an interpreter how to render text?
    a.Markup tags
    b.Hyperlinks
    c.The <body> tag
    d.Attributes

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

2.

 Open quiz question

In a CSS document, which of the following indicates the page element being modified?
    a.Declaration
    b.Value
    c.Selector
    d.Property

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

3.

 Open quiz question

In an XHTML document, text that will appear in the browser as Web page content is encompassed by which set of tags?
    a.The <title> tags
    b.The <body> tags
    c.The <head> tags
    d.The <html> tags

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

4.

 Open quiz question

Which tag could you use to add a brief summary of your markup page's contents?
    a.<head>
    b.<dtd>
    c.<meta>
    d.<html>

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

5.

 Open quiz question

What type of XHTML element will affect at least an entire paragraph?
    a.A block-level element
    b.A text-level element
    c.A paragraph-level element
    d.A content-level element

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

 

 

Quiz 4

 

1.

 Open quiz question

Which attribute controls the length of a horizontal rule?
    a.size
    b.align
    c.length
    d.width

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

2.

 Open quiz question

Which attribute of the <div> tag would you use to mark a section of code so that you can format it using a style sheet?
    a.css
    b.id
    c.link
    d.align

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

3.

 Open quiz question

Transparency, interlacing and animation are all techniques supported by which image file format?
    a.JPEG
    b.BMP
    c.GIF 87a
    d.PNG

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

4.

 Open quiz question

You upload a Web page to the Web. When you view the page in your browser, the images do not appear. What should you check on your Web page?
    a.Interlacing properties
    b.The <img src=""> value
    c.The <img align=""> value
    d.Transparency properties

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

5.

 Open quiz question

Which attribute controls the color of a link when a mouse is pressed but not released over the link?
    a.alink
    b.vlink
    c.link
    d.text

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

 

Quiz 5

 

1.

 Open quiz question

Which tag is used to create hyperlinks that connect Web pages to other files on the Internet or to text within the same page?
    a.The <href> tag
    b.The <head> tag
    c.The <link> tag
    d.The <a> tag

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

2.

 Open quiz question

When is it necessary to use a fully qualified URL?
    a.When using an image as a link
    b.When linking to another location on the same site
    c.When linking to an external site
    d.When accessing a file's internal link

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

3.

 Open quiz question

To use an image as the link to another file, you would:
    a.place the anchor attribute inside an image tag.
    b.place the image attribute inside an anchor tag.
    c.add an anchor tag around an image tag.
    d.add an image tag around an anchor tag.

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

4.

 Open quiz question

Which <a> tag attribute defines an internal bookmark within a page?
    a.name
    b.internal
    c.bookmark
    d.href

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

5.

 Open quiz question

Which <a> tag attribute and value creates a hyperlink to a defined internal bookmark?
    a.name="TargetArea"
    b.internal="#TargetArea"
    c.bookmark="TargetArea"
    d.href="#TargetArea"

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

Quiz 6

1.

 Open quiz question

Which of the following table tags specifies cell content?
    a.<th>
    b.<table>
    c.<tr>
    d.<td>

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

2.

 Open quiz question

In which tag would you include the border="1" attribute and value to add a table border?
    a.<table>
    b.<tr>
    c.<th>
    d.<td>

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

3.

 Open quiz question

The cellpadding attribute refers to:
    a.the space between rows of table cells.
    b.the space between columns of table cells.
    c.the space between cell content and cell border.
    d.the space between individual table cells.

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

4.

 Open quiz question

Which table element is often used to create a column or row heading that is bold and centered?
    a.<th>
    b.<td>
    c.<tr>
    d.<table>

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

5.

 Open quiz question

Which attribute can be used to center table data vertically?
    a.align
    b.td
    c.valign
    d.vtd

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

Quiz 7

1.

 Open quiz question

Which attribute is used by the <input> element to designate a text box, radio button, a Submit or Reset button, a password field, or a check box?
    a.type
    b.name
    c.value
    d.size

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

2.

 Open quiz question

You are creating a Web form, and you want to incorporate a text field into which users can

submit comments about your Web page. Which form field should you use?

    a.Text box
    b.Submit button
    c.Scrolling text area
    d.Multiple-option scrolling list

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

3.

 Open quiz question

Which attribute must you include in the <form> tag to specify the location and name of the script that will process form data?
    a.name
    b.script
    c.method
    d.action

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

4.

 Open quiz question

Which button, when clicked, causes a form's action statement to process?
    a.Reset button
    b.Submit button
    c.Radio button
    d.Check box

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

5.

 Open quiz question

Which form field offers square option buttons in a group of two or more options?
    a.Select list
    b.Radio button
    c.Text box
    d.Check box

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

Quiz 8

1.

 Open quiz question

While creating a Web site, you include code in your XHTML file that specifies several "hot spot" areas on an image that link to other pages. What have you just created?
    a.An interlaced image
    b.An image map
    c.A transparent image
    d.An animated image

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

2.

 Open quiz question

A polygon-shaped hot spot area is defined by how many coordinate pairs?
    a.Three to 100
    b.Two
    c.One plus a radius
    d.Four or more

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

3.

 Open quiz question

A transparent image:
    a.enables a sequence of images to appear in succession and simulate motion.
    b.enables a static image to be transformed into an image map.
    c.enables any part of an image to blend with the Web page background.
    d.enables portions of an image to disappear behind another image.

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

4.

 Open quiz question

The action of an image progressively displaying on a Web page as it downloads is called:
    a.interlacing.
    b.image mapping.
    c.animation.
    d.image transparency.

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

5.

 Open quiz question

Which image file format supports simple animation?
    a.GIF 87a
    b.HTML
    c.JPG
    d.GIF 89a

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

Quiz 9

1.

 Open quiz question

Which tag creates a frameset with two columns, each occupying half of the browser window?
    a.<frameset cols="50,50">
    b.<frame cols="50,50">
    c.<frameset cols="50%,50%">
    d.<frame cols="50%,50%>

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

2.

 Open quiz question

What is the purpose of the <frame> tag?
    a.It identifies the content of each frame in the frameset.
    b.It defines the number of columns or rows in a frameset.
    c.It defines the percentage or pixel value of each frame.
    d.It identifies the relationship of hyperlinks between frames.

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

3.

 Open quiz question

You create a frameset in which one frame targets another frame. When visitors click any

navigation link in one frame, the corresponding Web page will appear in the other frame. You plan to add more pages and to target each of them to the same frame. Which tag allows you to accomplish this task most easily?

    a.<name>
    b.<target>
    c.<base>
    d.<href>

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

4.

 Open quiz question

Which attribute and value make borders between frames in a frameset invisible?
    a.noframes="0"
    b.frameborder="0"
    c.noframes="1"
    d.frameborder="1"

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

5.

 Open quiz question

What attribute identifies the file that will appear in a frame?
    a.frame
    b.frameset
    c.src
    d.target

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

Quiz 10

1.

 Open quiz question

You want a program that automatically writes HTML code for you, but you do not need automated organization features or workflow integration with other applications. You prefer a limited application that will cost less. Which type of program should you choose?
    a.Text editor
    b.Web server
    c.Web page editor
    d.Site management editor

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

2.

 Open quiz question

Which site management editor feature displays link hierarchies of the target Web pages?
    a.Import Web pages
    b.Inline images
    c.Hypertext links
    d.Icon bars

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

3.

 Open quiz question

Which of the following is a reason for choosing a GUI editor to create a Web page?
    a.GUI editors often modify code that is entered manually.
    b.You can create Web pages by simply clicking your mouse.
    c.You will always be using the most up-to-date version of HTML or XHTML.
    d.Typing code teaches you HTML fundamentals.

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

4.

 Open quiz question

Which of the following is the best reason for learning XHTML code?
    a.Text editors are simple to use and require no training.
    b.You do not need to learn code to create a Web site with advanced functionality.
    c.Text editors place the code into files for you.
    d.You can enhance the functionality of your Web pages with scripting languages.

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

5.

 Open quiz question

Which protocol is most often used to publish a Web site to a remote Web host?
    a.SMTP
    b.FTP
    c.SNMP
    d.NNTP

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

Quiz 11

1.

 Open quiz question

Which of the following is a drawback of client-side scripting?
    a.The code only works on Microsoft browsers.
    b.The code relies upon the client's interpreter.
    c.The code only works if it is placed on a server.
    d.The code relies upon the XHTML implementation.

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

2.

 Open quiz question

What type of error usually indicates that your browser does not support a specific DOM?
    a.HTTP 404 Error – File Not Found
    b.Write Error
    c.Undefined Object Error
    d.DOM Error

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

3.

 Open quiz question

Which of the following is a library that is used by many applications to save coding time?
    a.Include
    b.Function
    c.Variable
    d.Object

   

Partially correct.
Right! Good job!
Sorry, incorrect answer.
 
This question has already been answered correctly!

Points scored this item:  .
Total points scored:  .
Percent correct:  .

 

4.

 Open quiz question

Which character is always used when importing a style sheet?
    a.^
    b.%
    c.*
    d.@