
DCS Unit 2 Study Session
Quiz by Sonja S. Harris
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
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
26 questions
Show answers
- Q1HTML tags that contain all the main contents of your web page...<head>, </head><p>, </p><a>, </a><body>,</body>30s
- Q2Which of the following tags defines the start of a new, separated block of text?<body><head><ul><p>30s
- Q3Which of the following HTML tags defines the start of the smallest heading text?<h4><h7><h8><h6>30s
- Q4Which of the following defines the start of the largest heading text in HTML?<h6><h1><h8><h2>30s
- Q5Which of the following must be used for HTML to render a numbered list?<ol>, <ul><nl>, <li><ol>, <li><ul>, <li>30s
- Q6Which of the following defines a bulleted list?<ol><ul><bu><bl>30s
- Q7Which of the following HTML tags is for a hyperlink?<a href="science.html">Science</a><img src="science.html" alt="Science"><href="science.html" link rel=science><link rel="stylesheet" href="style.css">30s
- Q8The collected information about an individual across multiple websites on the Internet is known as a...technology tailweb IDcode traildigital footprint30s
- Q9What information constitutes proper attribution of an image?Author's Name, Website, CC LicenseWebsite, Author's Name, Image DescriptionImage Title, Author's Name, WebsiteImage Title, Author's Name, CC License30s
- Q10Why do web developers intentionally separated website structure (HTML) and styling (CSS) code?HTML programmers do not know how to code style and formatting into their pagesto extend the code for a website (to complicate)to make their code easier to maintain (to simplify)Programmers prefer to use as many external files as possible when coding30s
- Q11For what is HTML an abbreviation?Highly Technical Media LanguageHidden Talent Makeup LanguageHigher Text Media LanguageHypertext Markup Language30s
- Q12What is debugging?Taking technology apartOrdering pest control for technology centersDefining the goal for beginning to codeFixing problems in code30s
- Q13What is the purpose of CSS Classes (Syntax)?to separate CSS properties by level of importanceto prevent CSS property rules from operating aloneto teach CSS properties new patternsto allow a group of elements to have their own unique style30s
- Q14Which of the following is a use for which HTML was designed?adding a border around an imageadding a background color to a websiteorganizing text into a listchanging the color of website text30s
- Q15Which of the following is a use for which CSS is designed?Changing the size of an imageorganizing text into listsseparating headings from paragraphsAdding space between blocks of text30s