placeholder image to represent content

CodeHS Web Design (Picasso) Quiz: 2.1 through 2.7

Quiz by Julio Hernández Saca

Grade 6-8
Computer Science
Indiana Academic Standards

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
20 questions
Show answers
  • Q1
    What is HTML?
    A graphic design software used for website design
    A content management system for websites
    A markup language used to create the structure and content of a website
    A programming language used for website design
    60s
  • Q2
    What does CSS stand for?
    Cascading Style Sheets
    Colorful Style Sheets
    Creative Style Sheets
    Content Style Sheets
    60s
  • Q3
    What is the purpose of CSS?
    To style the visual appearance of a website
    To create the structure and content of a website
    To optimize a website for search engines
    To manage the backend functionality of a website
    60s
  • Q4
    What is a div in HTML?
    A tag used for headings
    A tag used for hyperlinks
    A tag used for images
    A container element used to group other elements
    60s
  • Q5
    What is the purpose of the <head> tag in HTML?
    To include external CSS files.
    To define the structure of the webpage.
    To display the main content of the webpage.
    To hold metadata about the document.
    60s
  • Q6
    What is the correct syntax for creating a table in HTML?
    <table><tr><th>Header 1</th><th>Header 2</th></tr><tr><td>Row 1, Column 1</td><td>Row 1, Column 2</td></tr></table>
    <table><th><tr>Header 1</tr><tr>Header 2</tr></th><td><tr>Row 1, Column 1</tr><tr>Row 1, Column 2</tr></td></table>
    <table><tr><td>Header 1</td><td>Header 2</td></tr><tr><th>Row 1, Column 1</th><th>Row 1, Column 2</th></tr></table>
    60s
  • Q7
    What is the purpose of the <meta> tag in HTML?
    To define the structure of the webpage.
    To include external CSS files.
    To provide additional information about the document.
    To display the main content of the webpage.
    60s
  • Q8
    What is the correct syntax for creating an unordered list in HTML?
    <ul><li>Item 1</li><li>Item 2</li></ul>
    <ul>Item 1</ul><ul>Item 2</ul>
    <ol><li>Item 1</li><li>Item 2</li></ol>
    <li><ul>Item 1</ul><ul>Item 2</ul></li>
    60s
  • Q9
    Which attribute is used to specify the text for an image's ?
    alt
    href
    title
    src
    60s
  • Q10
    What does HTML stand for?
    Home Tool Markup Language
    Hyper Text Markup Language
    Hyperlinks and Text Markup Language
    Hyper Text Markdown Language
    60s
  • Q11
    What is the attribute used to define a URL for a link?
    src
    alt
    href
    title
    60s
  • Q12
    What is the purpose of the 'alt' attribute in an img tag?
    To provide text describing the image
    To set the image's background color
    To create a hyperlink when the image is clicked
    To specify the image's dimensions
    60s
  • Q13
    What is the purpose of the 'target' attribute in an anchor tag?
    To create a tooltip when the link is hovered over
    To add a background color to the linked text
    To specify where the linked document will open
    To set the font style of the linked text
    60s
  • Q14
    What is the correct syntax for adding a comment in HTML?

    <This is a comment>

    /* This is a comment */
    // This is a comment
    <!-- This is a comment -->
    60s
  • Q15

    What is the purpose of HTML?

    To add functionality to a web page

    None of the above

    To create and structure the content of a web page

    To design the visual appearance of a web page

    60s

Teachers give this quiz to your class