This person writes the code when pair programming
driver
This HTML tag contains the main content of your web page
<body>
This part of the problem solving process is where you put your plan into action
try
This language is used to describe how HTML elements should be styled
CSS
How many parts does the image code have?
3
This person tells the person what to type for the code & looks for mistakes
navigator
This HTML tag tells the computer this document is written in HTML
<!DOCTYPE html>
This is the last step of the problem solving process
reflect
What does CSS stand for?
cascading style sheets
This creative commons license states anyone can use the work in whatever way they want
public domain
What does HTML stand for?
Hypertext Markup Language
This HTML tag actually creates the lists
<li>
This is the part of the problem solving process where you develop your plan
prepare
This part of the CSS rule defines which HTML elements the style should be applied to
CSS selector
Name the 3 parts of image code
image <img>
source <src>
alternate <alt>
This is a piece of a website, marked by a start tag & often closed with an end tag
HTML element
This code creates bullet points
<ul> unordered lists
This is the part of the problem solving process where you figure out what the problem is
define
Words & images make up the BLANK of your webpage
content
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
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 code creates numbered lists
<ol>
ordered list
__________ is the collected information about an individual across multiple websites on the internet
digital footprint
How do you connect the style.css file to the index.html file?
link reference sheet
<link rel="stylesheet" href="style.css">
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