NEW
Font size
WorksheetsHTML and CSS Basics - CSD Unit 2 Lessons 1-6
Total questions: 34
Worksheet time: 17mins
<p> is a _______ tag.
image
paragraph
filename
Choose the correct HTML element for the largest heading:
<head>
<h1>
<heading>
<h6>
HTML controls the _________ of a webpage.
feel
precision
structure
style
What defines the beginning and ending of the visible part of a webpage?
<head> main part of the document </body>
<body> main part of the document </html>
d) </body> main part of the document <html>
<body> main part of the document </body>
Which character is used to indicate an end tag?
!
#
/
\
Which of the following is the proper format for an HTML tag?
>h1<Content Affected by Tag >/h1<
<h1>Content Affected by Tag<h1>
<h1 Content Affected by Tag />
<h1>Content Affected by Tag</h1>
HTML stands for...
Hyper Time Multiple Language
Hyper Text Mark-up Language
Hippo T-Rex Mascot Lemur
Hipper Text Make Language
Which list tag would you use for an ordered list
<h1></h1>
<ol></ol>
<ul></ul>
<a></a>
What is finding and fixing problems in code?
debugging
solution
car wash
wax
What is the raw text, images, and other elements included in a web page?
website content
website
element
CSS
This tag tells the browser what version of HTML the page is written in.
<!DOCTYPE html>
<head>
<title>
<html>
A link from a hypertext file or document to another location or file, typically activated by clicking on a highlighted word or image on the screen.
Hyperlink
Link
Connection
Algorithm
A collection of interlinked web pages on the World Wide Web
Heading
Website
Digital Footprint
HTML
A piece of a website, marked by a start tag and often closed with an end tag
HTML Element
Digital Footprint
Website Content
Website Structure
The collection of information about an individual across multiple websites on the internet
HTML Element
Website Content
Digital Footprint
HTML Tag
The special set of characters that indicates the start and end of an HTML element and that element's type
HTML Element
Website Content
HTML Tag
Heading
The purpose of different pieces of content in a web page, used to help the computer determine how that content should be displayed
HTML Tag
Website Structure
Website
Heading
Which code defines that it contains information (sometimes called "metadata") about your web page
<html>
<head>
<body>
<p>
sets the color of words in a paragraph
h1 {
color: pink;
}
img {
color: pink;
}
body {
color: pink;
}
p {
color: pink;
}
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;
}
This is a picture of a ____.
CSS Rule
HTML Rule
Tags
Coding
The blue is called an _____________
Declaration
Selector
Property
Value
The blue is called an _____________
Declaration
Selector
Property
Value
The blue is called an _____________
Declaration
Selector
Property
Value
What color will this element be?
Green
Blue
Red
No color
CSS is the...
language for styling web pages
longitudinal compass for directions
way we send information to each computer
way we set up each tag
