Website Design Chapter 2

21 August 2022
4.7 (114 reviews)
28 test answers

Unlock all answers in this set

Unlock answers (24)
question
What tag pair is used to create a new paragraph?
answer

question
What tag pair is used to create the largest heading?
answer

question
Which tag is used to force the browser to display the next text or element on a new line?
answer

question
The purpose of the ___________ element is used to configure the main navigation area on a web page.
answer
nav
question
Choose the true statement below
answer
a. The content that displays in the browser is contained in the head section. b. The content that displays in the browser is contained in the body section. c. Information about the web page is contained in the body section. d. All of the above are true. B is the answer
question
What type of HTML list will automatically place a number in front of the items?
answer
Ordered list
question
What type of HTML list will automatically place a bullet pint indicator in front of each item?
answer
unordered list
question
What type of HTML list would be good to use to display a list of terms and their definitions?
answer
description list
question
What tag pair contains the items in an ordered or unordered list?
answer
  • question
    Choose the tag pairs that are used in a description list.
    answer
    a.
    b.
    c.
    d. all of the above answer is D
    question
    Choose the tag pair configures text to be indented from both the left and right margins.
    answer
    ..
    question
    Choose the special character that is used to indicate a blank space.
    answer
     
    question
    Choose the preferred tag pari to use when emphasizing text that is displayed in italic font style.
    answer
    ...
    question
    Choose the preferred tag pair to use when displaying important text in bold font weight.
    answer
    ...
    question
    Choose the tag pair that is used to link web page documents to each other.
    answer
    answer
    a< a href="news.html" >Click to read our important news! b. Click to read our < a href="news.html">important news!< / a> c. < a href="news.html">Important News< /a> d. < a href="news.html">Click here to read our important news< /a> C is the answer
    question
    The text contained between title tags is:
    answer
    Displayed in the title bar of the browser window
    question
    The tag is coded in the ________ section of a web page document.
    answer
    header
    question
    Which of the following tags does not require a closing tag?
    answer

    question
    Which of the following tags should NOT be located in the head section?
    answer

    question
    Which of the following attributes would configure an ordered list to display uppercase letters?
    answer
    type="A"
    question
    The purpose of the ______ element is used to configure the headings for a web page document or section of a web page document.
    answer
    Header
    question
    The purpose of the ________ element is to configure the footer information on a web page document.
    answer
    footer
    question
    The purpose of the ___________ element is to contain the main content of a web page document.
    answer
    main
    question
    The title element configure large, bold text at the beginning of the web page document.
    answer
    False
    question
    Web pages have two sections: a head and a body
    answer
    True