Definitions
HTML
Codes
Body
Paragraph
100

What is pair programing?

Code being worked on by two people 

100

What are some examples of what HTML includes?

Headers, Lists, Paragraphs, Lines 

100

TRUE OR FALSE 

You read code from right to left.

False, you read code from left to right

100

TRUE OR FALSE 

The body has to be all one size. 

False, it can be many different sizes 

100

What opening and closing tags should you use while writing a paragraph?

<p> and </p>

200

What is input?

The information you put into the computer.

200

TRUE OR FALSE

Is your computer already programed to find HTML errors?

Yes, it can detect errors but it may not always fix it in the way you intend

200

Why does the code sometimes turn pink?

Somewhere along the code it is broken and needs to be looked over again

200

What platform do you put the body on?

The platform is called Web Lab 

200

Where does a paragraph go?

In the body

300

What is an inspector tool

It helps you see what you are coding by hovering over things in the preview page and seeing it correlate with the code

300

What does HTML stand for?

Hyper Text Markup Language 

300

What kind of symbols does CSS use?

It uses curly brackets and semi-colons   

300

How many different sizes can you use

There are 6 different sizes 

300

TRUE OR FALSE

Paragraphs have to be at least 3 sentences.

False a paragraph can be one work or many sentences 

400

What is output?

What the computer puts out in response to the input

400
What reads HTML?

It is read by your web browser 

400

Does the problem always occur right where the pink text is?

No it can be before the pink text so it is important to check all the text.

400

What kind of tag do you have to use before putting in the text size.

You would use <h> Example: <h2> and </h2>

400

Can you see what your paragraph will look like in the preview tab?

Yes, you can check it over and see if it turned out how you like 

500

What is an algorithm? 

A series of commands 

500

What is HTML used for? 

To generate web pages 

500

Is there a way to see what your code looks like while coding?

Yes it is called preview 

500

Is size 1 the biggest or smallest size?

Size 1 is the biggest size and 6 is the smallest

500

Is a paragraph put on the same platform as the body?

Yes they are put in the same place.

M
e
n
u