Tag that represents a paragraph
What is a <p> tag?
A bug
What is a mistake in code
when 2 people work together at the same computer to write code
What is pair programming
Cascading style sheet
What is CSS
The <img> tag allows you to show images on your web page.
How to add images
Tag used to represent an item in a list
What is a <li> tag
fixing code and correcting mistakes
what is debugging
The person using the computer and typing the code
What is the driver
controls the way content on a web site appears.
What does CSS do
extra information included in a tag
What is a attribute
Tag used to make the largest header
What is a <h1> tag
Describe problem
What is the first step to debugging
Keeps track of the bigger picture, and helps decide what to do next
What is the Navigator
includes most common color names (red, blue, green,)
What colors can you use is CSS
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
Tag used to defines the document's body
What is a <body> tag
Hunt for bugs
What is the second step to debugging
<,>,/
What are the symbols used in HTML
Curly brackets
What brackets are used in CSS
attributes to set how many pixels tall and wide an image is
What is width and height
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
Try out solutions
What is the third step of debugging
{, {, ;
What are the symbols used in the CSS
code that will link the style sheet to the web page
What is <link rel="stylesheet" href="style.css">
when you need to change images for different certificates whilst still only using a single certificate design.
Why we use attributions on images