Intro to HTML Part 1
Intro to HTML Part 2
Intro to HTML Part 3
Lesson 3 - Headings, Lists, & comments
Lesson 4 - Digital Footprint & Problem Solving Process
100

This person writes the code when pair programming

driver

100

This HTML tag contains the main content of your web page

<body>

100

What does the "p" in <p> stand for?

Paragraph

100

This HTML tag actually creates the lists

<li>

100

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

try

200

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

navigator

200

The actual text and images on a website, it shows what the text states and shows the actual pictures

website content

200

Which character is used to indicate an end tag?

/

200

This code creates bullet points

<ul> unordered lists 

200

This is the last step of the problem solving process

reflect 

300

What does HTML stand for?

Hypertext Markup Language

300

states what language/code is being used

<html>

300

Name one HTML tags that do not need closing tags

<br>

<hr>

<!DOCTYPE html

300

This code creates numbered lists

<ol>

ordered list

300

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

prepare

400

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

HTML element

400

This code contains information (sometimes called metadata) about your webpage

<head>

400

The title tag is kept inside the __________.

<head>

400

What are the errors in this code?

<ol> turtle

 green 

slow paced

shell

<ol>

<ol> turtle

 <li> green </li>

<li> slow paced </li>

<li> shell </li>

</ol>

400

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

define

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 HTML tag tells the computer this document is written in HTML

<!DOCTYPE html>

500

This is the file extension of a web page created in HTML programming. Hint: index._______

.html

500

What does comment code look like?

<!--              -->

500

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

digital footprint