placeholder image to represent content

CompuScholar Chapter 4 Exam Practice

Quiz by KANDI YOUNG

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
20 questions
Show answers
  • Q1
    The < div > element:
    divides numbers in math equations
    marks a "division" in your web page
    divides your web page into 3 equal parts
    makes all of your elements bold
    30s
  • Q2
    The _________ element can be used to identify a block section and make sure the content appears on its own lines, but it does not add any extra styling by itself.
    < blockquote >
    < strong >
    < span >
    < div >
    30s
  • Q3
    What attribute does not do anything other than put a unique label on the container?
    The “identifier” attribute
    The “id” attribute
    The “label” attribute
    The “target” attribute
    30s
  • Q4
    Which of the following is NOT a use for a Comment?
    write descriptive text to help someone else understand a section of code
    bold certain areas of text
    write notes to yourself in your code that wouldn’t be displayed in the browser
    to help identify the ending tags that go with a particular attribute
    30s
  • Q5
    What is used to start and end a comment?
    "< !--" tag and end with "-- >" characters.
    "+" tag and end with "-" characters
    "!!!" tag and end with "***" characters
    30s
  • Q6
    You can type pretty much anything inside a comment except:
    asterisks (***)
    double dashes (--)
    pound signs (###)
    numbers
    30s
  • Q7
    What is the purpose of a “character reference” in HTML?
    Both of these are true
    To add symbols to your visible content that do not exist on the keyboard
    Neither of these are true
    To add symbols to your visible content such as < or > that have special meaning in HTML
    30s
  • Q8
    Which of the following is a correctly formatted character reference for the greater than (>) angle bracket?
    & gt;
    gt;
    &gt
    &>;
    30s
  • Q9
    What kind of area do you normally find at the bottom of a web page?
    A navigation sidebar
    A main content area
    A footer
    A header
    30s
  • Q10
    Which of the following elements are block elements?
    All of these are block elements
    < p >
    < em >
    < strong >
    30s
  • Q11
    Block elements can contain:
    Only inline elements
    Only paragraphs
    Both other inline and other block elements
    Only other block elements
    30s
  • Q12
    This kind of element does not add any space around the data within the element; it will just control how the data is displayed.
    Inline element
    Block element
    New line element
    Bold element
    30s
  • Q13
    Which of the following elements inline elements doesn’t do anything by itself, but can mark things for later styling?
    < br />
    < span >
    < em >
    < div >
    30s
  • Q14
    If your web site contains ____________, searching for problems and errors is much easier and faster.
    clean code
    specific code
    new code
    organized lines
    30s
  • Q15
    When you set code inside other code, in an orderly fashion, it is called:
    Nesting
    Organized lines
    Orderly code
    Inside code
    30s

Teachers give this quiz to your class