Codes
Definitions
HTML
Building a Web page
Pair Programming
100

The very first line of any HTML code

What is <!DOCTYPE>

100

Website Content 

What is the text and images on a website

100

How to make multiple paragraphs

What is at the beginning always add a <p> and to close a paragraph, add a </p> at the end


100

What symbols should be used

What is less than and greater then signs

100

Pair programming is...

What is two people working together at the same computer to write and code

200

Used too encase the main content of an HTML document

What is <body></body>

200

Website Structure

What is how the content of a website is organized

200

Paragraph Element

What is paragraphs group together sets of sentences and put some space between that group of text and the next group of text.

200

What elements are on the screen before any edits are made

What is (left to right) files, workspace, and preview

200

How does it help

What is helps to limit mistakes

300

Tag used to define information about an HTML document

What is <head></head>

300

HTML Element

What is a piece of a website, marked by a start tag and often closed with an end tag


300

What symbols are used in HTML vs CSS

What is in HTML we use less than and greater than sins (<>) and in CSS we use curly brackets and semi-colons({};)

300

Where we put HTML and images, CSS

What is file

300

Two rules...

What is one person is the driver, and one person is the navigator

400

Used to open a paragraph

What is <p>

400

HTML Tag 

What is the special set of characters that indicates the start and end of an HTML element and that element's type

400

Why does HTML work even when it's broken

What is browsers are programmed to make a best guess of what you intended to do.

400

Where we type information, such as codes

What is workspace
400
The driver...

What is the person using the computer

500

Used to close a paragraph

What is </p>

500

HTML

What is Hypertext Markup Language, a language used to create web pages

500

Why does the code sometimes turn pink

What is when Web Lab notices a mistake, its turns the code pink

500

What you see, and what others will see

What is preview

500

The navigator...

What is keeping track of the big picture, and hello the driver decide what code to write next