NEW
Font size
WorksheetsCode.org: Unit 2 Lesson 1-13 Test
Total questions: 26
Worksheet time: 2hrs 10mins
A collection of interlinked web pages on the World Wide Web
Heading
Website
Digital Footprint
HTML
Hypertext Markup Language, a language used to create web pages
Website Content
Website Structure
Heading
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
A title or summary for a document or section of a document
HTML
Website Structure
Website
Heading
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 raw text, images, and other elements included in a web page
Digital Footprint
Website Content
Website
Website Structure
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
Pair Programming
Two people write code and two people review code. Each person has the same role
One person writes code, while the other reviews each line of code as it is typed in
One person writes and review code
Two people communicate about code
What is the driver role during pair programming
The driver draws code
The driver looks at code
The driver reviews code
The driver writes code
What is the navigator's role in pair programming
The navigator writes code
The navigator draws code
The navigator researches code
The navigator reviews each line of code as it is typed in
Which code defines a paragraph
<!DOCTYPE html>
<html>
<p>
<head>
Which code tells the computer that this is a document written in HTML
<!DOCTYPE html>
<html>
<head>
<p>
Which code defines that it contains all the main content of your web page
<!DOCTYPE html>
<html>
<head>
<body>
Which code defines that it contains information (sometimes called "metadata") about your web page
<html>
<head>
<body>
<p>
The exclusive legal right to print, publish, perform, film, or record literacy, artistic, or musical material, and to authorize others to do the same.
Copyright
CSS
CSS Selector
IMG
Cascading Styling Sheets; a language used to describe how HTML elements should be styled.
CSS Selector
Copyright
IMG
CSS
The part of a CSS rule-set that defines which HTML elements the style should be applied to.
CSS
IMG
CSS Selector
Copyright
Which tag identifies a header tag?
<li>
<h1>
<ul>
<img>
Which tag identifies an opening tag?
<img>
<h1>
<>
</>
Which tag identifies a closing tag?
<img>
</>
<ol>
<>
Which tag identifies an image tag?
<li>
<ul>
<img>
<ol>
Which tag identifies a paragraph tag?
<p>
<li>
<h1>
<h2>
Which tag identifies a list?
<img>
<h1>
<p>
<li>
Which tag identifies an ordered list?
<img>
<ul>
<ol>
<li>
Which tag identifies an unordered list?
<li>
<h1>
<ul>
<ol>
