What is pair programing?
Code being worked on by two people
What are some examples of what HTML includes?
Headers, Lists, Paragraphs, Lines
TRUE OR FALSE
You read code from right to left.
False, you read code from left to right
TRUE OR FALSE
The body has to be all one size.
False, it can be many different sizes
What opening and closing tags should you use while writing a paragraph?
<p> and </p>
What is input?
The information you put into the computer.
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
Why does the code sometimes turn pink?
Somewhere along the code it is broken and needs to be looked over again
What platform do you put the body on?
The platform is called Web Lab
Where does a paragraph go?
In the body
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
What does HTML stand for?
Hyper Text Markup Language
What kind of symbols does CSS use?
It uses curly brackets and semi-colons
How many different sizes can you use
There are 6 different sizes
TRUE OR FALSE
Paragraphs have to be at least 3 sentences.
False a paragraph can be one work or many sentences
What is output?
What the computer puts out in response to the input
It is read by your web browser
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.
What kind of tag do you have to use before putting in the text size.
You would use <h> Example: <h2> and </h2>
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
What is an algorithm?
A series of commands
What is HTML used for?
To generate web pages
Is there a way to see what your code looks like while coding?
Yes it is called preview
Is size 1 the biggest or smallest size?
Size 1 is the biggest size and 6 is the smallest
Is a paragraph put on the same platform as the body?
Yes they are put in the same place.