placeholder image to represent content

Compuscholar Chapter 4 Discussion

Quiz by KANDI YOUNG

Feel free to use or edit a copy

includes Teacher and Student dashboards

Measure skills
from any curriculum

Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.

With a free account, teachers can
  • edit the questions
  • save a copy for later
  • start a class game
  • view complete results in the Gradebook and Mastery Dashboards
  • automatically assign follow-up activities based on students’ scores
  • assign as homework
  • share a link with colleagues
  • print as a bubble sheet

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

Correct quiz answers unlock more play!

New Quizalize solo game modes
18 questions
Show answers
  • Q1

    What are the two most common categories for visible HTML elements?

    body and head

    div and html

    block and inline

    30s
  • Q2

    Which element category likes to have firm boundaries?

    block

    inline

    30s
  • Q3

    True or false: Block elements  can contain other inline and block elements.

    False

    True

    30s
  • Q4

    True or false: Inline elements  can contain other inline and block elements.

    False

    True

    30s
  • Q5

    Which element category does not add any space around the data within the element?

    inline

    block

    30s
  • Q6

    What is a <div> element used for on a web page?

    The <div> element marks a heading in your web page.

    The <div> element marks a footer in your web page.

    The <div> element marks a "division" in your web page.

    30s
  • Q7

    What is a <span> element used for on a web page?

    The <span> element can be used to create a certain style for only uppercase words

    The <span> element can be used to create a certain style for a small section, like making a word within a paragraph a different color

    The <span> element can be used to create a certain style for all pages in a site

    30s
  • Q8

    How does the default document flow position your HTML elements on the web page?

    will normally display elements on the web page in the alphabetical order 

    will normally display elements on the web page in the order they are written in the HTML file, from bottom-to-top

    will normally display elements on the web page in the order they are written in the HTML file, from top-to-bottom

    30s
  • Q9

    LESSON 2: Why is it important to have clean, neat HTML code?

    you won't make any mistakes if it is clean

    it isn't important

    easier and faster to find and fix problems.

    30s
  • Q10

    True or False: 

    The elements that are opened first must be closed last. 

    False

    True

    30s
  • Q11

    What is the id attribute used for?

    does not do anything other than publish your website

    does not do anything other than put a label on the container. It works like wearing a name tag

    does not do anything other than identify all the elements on your web page so they work

    30s
  • Q12

    How would you add a comment to your HTML code?

    Comments start with the unusual "v!--" tag and end with "--v" characters

    Comments start with the unusual "<!--" tag and end with "-->" characters

    Comments start with the unusual "x!--" tag and end with "--x" characters

    30s
  • Q13

    What is a page footer?

    section at the bottom of your page that is part of the main content

    section at the bottom of your page that is not part of the main content

    section at the top of your page that is part of the main content

    section at the top of your page that is not part of the main content

    30s
  • Q14

    What symbol would this code &copy; enter on your page?

    angle bracket

    copyright

    trademark

    30s
  • Q15

    &copy; is an example of a ___________________.

    text

    character reference

    code

    30s

Teachers give this quiz to your class