Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Give this quiz to my class
Q 1/26
Score 0
HTML tags that contain all the main contents of your web page...
30
<head>, </head>
<p>, </p>
<a>, </a>
<body>,</body>
Q 2/26
Score 0
Which of the following tags defines the start of a new, separated block of text?
30
<body>
<head>
<ul>
<p>
26 questions
Q.
HTML tags that contain all the main contents of your web page...
1
30 sec
Q.
Which of the following tags defines the start of a new, separated block of text?
2
30 sec
Q.
Which of the following HTML tags defines the start of the smallest heading text?
3
30 sec
Q.
Which of the following defines the start of the largest heading text in HTML?
4
30 sec
Q.
Which of the following must be used for HTML to render a numbered list?
5
30 sec
Q.
Which of the following defines a bulleted list?
6
30 sec
Q.
Which of the following HTML tags is for a hyperlink?
7
30 sec
Q.
The collected information about an individual across multiple websites on the Internet is known as a...
8
30 sec
Q.
What information constitutes proper attribution of an image?
9
30 sec
Q.
Why do web developers intentionally separated website structure (HTML) and styling (CSS) code?
10
30 sec
Q.
For what is HTML an abbreviation?
11
30 sec
Q.
What is debugging?
12
30 sec
Q.
What is the purpose of CSS Classes (Syntax)?
13
30 sec
Q.
Which of the following is a use for which HTML was designed?
14
30 sec
Q.
Which of the following is a use for which CSS is designed?
15
30 sec
Q.
Which of the following justifies the use of CSS classes?
16
30 sec
Q.
Which of the following must happen for a CSS stylesheet to change website style?
17
30 sec
Q.
Which of the following appears to be the start of CSS class syntax shown inside a stylesheet?
18
30 sec
Q.
Which of the following is true about the copyright for an image?
19
30 sec
Q.
The special set of characters that indicates the start and end of an HTML element and that element's type...
20
30 sec
Q.
The exclusive legal right to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same...
21
30 sec
Q.
A collection of public copyright licenses that enable the free distribution of an otherwise copyrighted work, used when an author wants to give people the right to share, use, and build upon a work that they have created...
22
30 sec
Q.
Part of a program that does not work correctly...
23
30 sec
Q.
A note in the source code of a computer program that helps explain the code to people who read it...
24
30 sec
Q.
A link from a HTML file to another location or file, typically activated by clicking on a highlighted word or image on the screen...
25
30 sec
Q.
An identifier that allows multiple elements in an HTML document to be styled in the same way...