Advanced Web Design: AD650

ASSESSMENTS | week 02 quiz

Your Name: (please write your full name)
Your Email:
Section #: 2234 (Tuesday)
   

  1. HTML (HyperText Markup Language) is the language of the Web. What does hypertext/hyperlinking do?

    a) It allows ones document to be linked to another via a "clickable" word or phrase.

    b) It instructs your browser to go and retrieve the page that the hyperlink refers to and displays it onscreen.

    c) If well considered, it is the navigation that directs the user to relevant areas of your site and other sites.

    d) All of the above

  2. Which of following is NOT part of the rules and concepts of the current HTML recommendation?

    a) The basic structure of an HTML document includes opening and closing tags, which surround content and apply meaning to it.

    b) An HTML page must contain three main parts: the DOCTYPE, the Head and the Body

    c) Tags defining presentation should be included in the HTML document.

    d) Tag must be properly nested and in lowercase.

  3. Which of the following describes XHTML standard?

    a) Object Model

    b) Scripting Language

    c) Presentational Language

    d) Structural Language

  4. This is the basic CSS syntax: property {selector: value;}

    true

    false

  5. It is acceptable to use the <h1> tag multiple times in your HTML document.

    True

    False

  6. Which of the following is correct?

    a) <strong> and <em> define the presentation of the content

    b) <strong> and <em> define the meaning of the content

    c) <i> and <bold> define the meaning of content

    d) All of the above

  7. <a href="http://www.google.com"> is what kind of link?

    a) A relative link

    b) An email link

    c) An absolute link

    d) All of the above

  8. Which of the following is NOT a block-level element?

    a) <p> tag

    b) <em> tag

    c) <h1> tag

    d) <h4> tag

  9. There are three ways to apply styles to an html page-- which one is used for a multiple-page website?

    a) Inline

    b) External

    c) Internal

  10. An ordered list uses this opening tag: <ul>

    True

    False

  11. When adding color to your CSS using a hexadecimal code, the code must be defined by which character?

    a) #

    b) @

    c) ;

    d) *

  12. The term Web Standard actually refers to a series of specifications and recommendations created by the W3C.

    a) true

    b) false

  13. On their own, forms are useless. An attribute is needed to tell the form where its contents will be sent to when it is submitted. Which of the following is used?

    a) name

    b) checked

    c) action

    d) hidden

  14. What does the red in this diagram represent:


    a) margins

    b) border

    c) padding

    d) paragraph

  15. What is the correct HTML for referring to an external style sheet?

    a) <stylesheet>main.css</stylesheet>

    b) <style src="main.css" />

    c) <link rel="stylesheet" type="text/css" href="main.css" media="screen" />

    d) All of the above.

  16. The <div> tag...

    a) is a generic block-level container

    b) stands for Logical Division

    c) has no predefined default style rules

    d) all of the above

  17. ID selectors are placed in the XHTML document using the # symbol.

    true

    false

  18. Setting an element to either float: left or float: right forces the elements below to flow around the opposite side.

    true

    false

  19. Which of the following is correct?

    a) <div id="content">sample text</content>

    b) <div id="content">sample text</div>

    c) <div id="#content">sample text</div>

    d) <div id="content">sample text</div id="content">

  20. How do you stop content from flowing around a floated element?

    a) set the next element to "clear"

    b) put it on a new XHTML page

    c) delete it

    d) insert an image

(Press the submit button ONE TIME ONLY)

*Check your email for a message from anonymous@pair.com