Font size
WorksheetsUnit 2 CSD Vocabulary
Total questions: 19
Worksheet time: 9mins
What is finding and fixing problems in code?
debugging
solution
car wash
wax
The main part of an HTML document where things are displayed is known as the
body
footer
header
paragraph
What is the following html code going to do? <img src="candy.jpg">
Inserts a hyperlink to a candy website
Inserts a picture of M&M candies
Inserts a reference to candy
Inserts a candy source
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
What is the raw text, images, and other elements included in a web page?
website content
website
element
CSS
What is a piece of a website, marked by a start tag and often closed with an end tag?
HTML element
CSS
source
citation
What is the special set of characters begins and ends your site?
HTML tag
paragraph tag
body tag
list tag
What is a title or summary for a document or section of a document?
heading
paragraph
list
body
The characters that are on the outside of your content are called what?
Tags
Elements
What does HTML stand for?
Hypertext Markup Language
Hidden Text Masking Language
Hollow Test Marking Linguistics
What does a hyperlink do?
Takes you to another web page
Closes the Internet browser
Opens the Internet browser
Takes you to another website
All HTML must begin with...
Tags
Elements
Doctypes
Titles
Headings
All Website content must be displayed inside a ___________
Body
Element
Doctype
Title
Heading
A part of the program that does not work correctly.
Bug
Break
Loop
What does the <p> at the beginning of each sentence do?
Creates a new paragraph
Ends a paragraph
What does the </p> at the end of each sentence do?
Creates a new paragraph
Ends a paragraph
Which sentence will be in paragraph 2?
My favorite sport is baseball.
My favorite animals are birds.
Which tag contains everything else that makes up the webpage?
<html>
<p>
<body>
This tag tells the browser what version of HTML the page is written in.
<!DOCTYPE html>
<head>
<title>
<html>
