Tags
Debugging
Pair programming
CSS
images
100

Tag that represents a paragraph

What is a <p> tag?

100

A bug

What is a mistake in code

100

when 2 people work together  at the same computer to write code

What is pair programming

100

Cascading style sheet

What is CSS

100

The <img> tag allows you to show images on your web page.

How to add images

200

Tag used to represent an item in a list

 What is a <li> tag

200

fixing code and correcting mistakes

what is debugging

200

The person using the computer and typing the code

 What is the driver

200

controls the way content on a web site appears.

What does CSS do

200

extra information included in a tag

What is a attribute

300

Tag used to make the largest header

What is a <h1> tag

300

Describe problem

What is the first step to debugging

300

Keeps track of the bigger picture, and helps decide what to do next

What is the Navigator

300

includes most common color names (red, blue, green,)

What colors can you use is CSS

300

An image tag doesn't need a closing tag because there is no text content which must be wrapped in tags

Why don't images have a closing tag

400

Tag used to defines the document's body

What is a <body> tag

400

Hunt for bugs

What is the second step to debugging

400

 <,>,/

What are the symbols used in HTML

400

Curly brackets

What brackets are used in CSS

400

attributes to set how many pixels tall and wide an image is

What is width and height

500

tag that is special set of characters that tells the machine where the start or end of an HTML element is and what type it is.

What is a <HTML> tag

500

Try out solutions

What is the third step of debugging

500

 {, {, ;

What are the symbols used in the CSS

500

 code that will link the style sheet to the web page

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

500

when you need to change images for different certificates whilst still only using a single certificate design.

Why we use attributions on images