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 skillsfrom any curriculum
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!
20 questions
Show answers
- Q1What is HTML?A graphic design software used for website designA content management system for websitesA markup language used to create the structure and content of a websiteA programming language used for website design60s
- Q2What does CSS stand for?Cascading Style SheetsColorful Style SheetsCreative Style SheetsContent Style Sheets60s
- Q3What is the purpose of CSS?To style the visual appearance of a websiteTo create the structure and content of a websiteTo optimize a website for search enginesTo manage the backend functionality of a website60s
- Q4What is a div in HTML?A tag used for headingsA tag used for hyperlinksA tag used for imagesA container element used to group other elements60s
- Q5What 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
- Q6What 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
- Q7What 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
- Q8What 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
- Q9Which attribute is used to specify the text for an image's ?althreftitlesrc60s
- Q10What does HTML stand for?Home Tool Markup LanguageHyper Text Markup LanguageHyperlinks and Text Markup LanguageHyper Text Markdown Language60s
- Q11What is the attribute used to define a URL for a link?srcalthreftitle60s
- Q12What is the purpose of the 'alt' attribute in an img tag?To provide text describing the imageTo set the image's background colorTo create a hyperlink when the image is clickedTo specify the image's dimensions60s
- Q13What is the purpose of the 'target' attribute in an anchor tag?To create a tooltip when the link is hovered overTo add a background color to the linked textTo specify where the linked document will openTo set the font style of the linked text60s
- Q14What 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