Font size
WorksheetsUltimate Quizizz of Destiny HTML/CSS. May it strike fear.
Total questions: 83
Worksheet time: 42mins
A "Container Tag" in HTML has _________
Only Ending Tag
Only Starting Tag
Both Starting and Ending Tag
None
Fundamental HTML Block is known as ___________.
HTML Body
HTML Tag
HTML Attribute
HTML Element
All HTML Tags are enclosed in ____________
# and #
? and !
< and >
{ and }
Head Tag
Title Tag
HTML Tag
Body Tag
HTML stands for...
Hyper Time Multiple Language
Hyper Text Mark-up Language
Hippo T-Rex Mascot Lemur
Hipper Text Make Language
Which is the proper way to write an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
<p> tag is for...
Page of Text
Picture
Paragraph of text
Pineapples
What does a closing tag look like?
< >
<\ >
</ >
<< >>
What should a HTML web page start with?
<b>
<li>
<html>
<start>
What should a HTML web page end with?
</html>
<head>
</end>
</body>
What does this tag stand for? <b>
bright
big
beautiful
bold
Fill in the blanks.
The beginning of your code written in html...
<html>
<start here>
(html)
=html
In HTML, which of these tags would indicate the correct way to write an unordered list?
(unordered)
<li>
<ol>
<ul>
In HTML, which of these tags is the correct way to write a list item?
<li>
<lists>
<L1>
<headings>
Hypertext markup language is abbreviated by writing...
Hyper
HTML
Text
Markup
A piece of a website marked by a start tag and often closed with an end tag...
HTML Document
HTML Element
HTML Tag
HTML Header
The special set of characters that indicates the start and end of the HTML element...
HTML Tag
Starting Point
Ending Point
Website
p {color: red;}
p {color: red;}
<h2> elements on a page?h2 { color: rgb(255, 0, 0); }#h2 { color: rgb(255, 0, 0); }<h2> { color: rgb(255, 0, 0); }$h2 { color: rgb(255, 0, 0); }To create a dotted border around the page
border-style
border-width
border-color
width
sets the color of words in a paragraph
h1 {
color: pink;
}
img {
color: pink;
}
body {
color: pink;
}
p {
color: pink;
}
What does a class do?
adds color to words
adds style to specific elements
adds style to a whole page
adds a lot more work
Select the rule set to make all the text in your web page blue and centered.
p {
color: blue;
}
body {
text-align: left;
color: blue;
}
p {
text-align: center;
color: blue;
}
body {
text-align: center;
color: blue;
}
Which rule set would change the font size to 24?
font-size: 24
size: 24;
font-size: 24;
font size: 24;
What is the correct syntax to change the background color with css?
background-color: purple;
background-color = "purple";
backgroundcolor=orange
change-background-color: purple
Where should you put the link tag to connect your CSS and HTML file?
Between the <head> </head> in HTML
Between the <body> </body> in HTML
None of the above.
Which of the following is the correct CSS link tag?
<link rel="styles" href="stylesheet.css">
<link href="stylesheet">
<link rel="stylesheet" src="styles.css">
<link rel="stylesheet" href="styles.css">
p {color: red;}
Which one of these is NOT a output device?
Monitor
Microphone
Speaker
LCD Projector
What is the first thing you do when solving a problem?
Try
Prepare
Define
Reflect
What is the second step in solving a problem?
Prepare
Try
Reflect
Define
Preparing to solve the problem might include brainstorming.
True
False
If you are making a plan, what part of the problem solving process are you working on?
Define
Prepare
Try
Reflect
If you are attempting to put your plan into action, what part of the problem-solving process are you working on?
Define
Prepare
Try
Reflect
What is the right order of problem solving process?
Try, Reflect, Prepare, Define
Prepare, Try, Define, Reflect
Try and Reflect
Define, Prepare, Try, Reflect
Jacob works for NASA. He recently has been tasked with creating a plan for creating a robot for the moon colony. What part of his process fits in the PLAN part of the problem solving process?
Figuring out how much money he has to work with
Reflecting on why his robot did not make it to the moon
Launching his robot towards the moon
Creating blueprints for the robot
Jacob works for NASA. He recently has been tasked with creating a plan for creating a robot for the moon colony. What part of his process fits in the REFLECT part of the problem solving process?
Figuring out how much money he has to work with
Determining on why his robot did not make it to the moon
Launching his robot towards the moon
Creating blueprints for the robot
Jacob works for NASA. He recently has been tasked with creating a plan for creating a robot for the moon colony. What part of his process fits in the DEFINE part of the problem solving process?
Figuring out how much money he has to work with
Determining why his robot did not make it to the moon
Launching his robot towards the moon
Creating blueprints for the robot
Paul works as a landscaper. He has been tasked with creating a series of different gardens for a hospital. He must create 3 different gardens with a budget of $7000. He has 4 people who work for him and has 5 days to complete the project. Which of these is not a constraint for the problem?
Paul is 6' tall
Paul has 5 days
Paul has 4 people who work for him
Paul has to create 3 gardens
The stage of the design process in which the problem solver learns about the problem.
Define
Plan
Try
Reflect
