This person writes the code when pair programming
driver
This HTML tag contains the main content of your web page
<body>
What does the "p" in <p> stand for?
Paragraph
This HTML tag actually creates the lists
<li>
This part of the problem solving process is where you put your plan into action
try
This person tells the person what to type for the code & looks for mistakes
navigator
The actual text and images on a website, it shows what the text states and shows the actual pictures
website content
Which character is used to indicate an end tag?
/
This code creates bullet points
<ul> unordered lists
This is the last step of the problem solving process
reflect
What does HTML stand for?
Hypertext Markup Language
states what language/code is being used
<html>
Name one HTML tags that do not need closing tags
<br>
<hr>
<!DOCTYPE html
This code creates numbered lists
<ol>
ordered list
This is the part of the problem solving process where you develop your plan
prepare
This is a piece of a website, marked by a start tag & often closed with an end tag
HTML element
This code contains information (sometimes called metadata) about your webpage
<head>
The title tag is kept inside the __________.
<head>
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>
This is the part of the problem solving process where you figure out what the problem is
define
This is a special set of characters that indicates the start and end of an HTML element and that element's type
HTML Tag
This HTML tag tells the computer this document is written in HTML
<!DOCTYPE html>
This is the file extension of a web page created in HTML programming. Hint: index._______
.html
What does comment code look like?
<!-- -->
__________ is the collected information about an individual across multiple websites on the internet
digital footprint