Lesson 2 - Intro to HTML
Lesson 3 - Headings & Lists
Lesson 4 - Digital Footprint & Lesson 5 - Mini-Project HTML web page
Lesson 6 - Styling text w/ CSS
Lesson 7 - Intellectual Property & Lesson 8 - Using Images
100

This person writes the code when pair programming

driver

100

This HTML tag contains the main content of your web page

<body>

100

This part of the problem solving process is where you put your plan into action

try

100

This language is used to describe how HTML elements should be styled

CSS

100

How many parts does the image code have?

3

200

This person tells the person what to type for the code & looks for mistakes

navigator

200

This HTML tag tells the computer this document is written in HTML

<!DOCTYPE html>

200

This is the last step of the problem solving process

reflect 

200

What does CSS stand for?

cascading style sheets

200

This creative commons license states anyone can use the work in whatever way they want

public domain

300

What does HTML stand for?

Hypertext Markup Language

300

This HTML tag actually creates the lists

<li>

300

This is the part of the problem solving process where you develop your plan

prepare

300

This part of the CSS rule defines which HTML elements the style should be applied to

CSS selector

300

Name the 3 parts of image code

image <img>

source <src>

alternate <alt>

400

This is a piece of a website, marked by a start tag & often closed with an end tag

HTML element

400

This code creates bullet points

<ul> unordered lists 

400

This is the part of the problem solving process where you figure out what the problem is

define

400

Words & images make up the BLANK of your webpage

content

400

This creative commons license states don't use the work to make people look bad, spread dishonest information, or sell exact copies of the work.

Pixabay license

500

This is a special set of characters that indicates the start and end of an HTML element and that element's type


HTML Tag

500

This code creates numbered lists

<ol>

ordered list

500

__________ is the collected information about an individual across multiple websites on the internet

digital footprint

500

How do you connect the style.css file to the index.html file?

link reference sheet


<link rel="stylesheet" href="style.css">

500

What is the exclusive legal right to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same

copyright

M
e
n
u