The very first line of any HTML code
What is <!DOCTYPE>
Website Content
What is the text and images on a website
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
What symbols should be used
What is less than and greater then signs
Pair programming is...
What is two people working together at the same computer to write and code
Used too encase the main content of an HTML document
What is <body></body>
Website Structure
What is how the content of a website is organized
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.
What elements are on the screen before any edits are made
What is (left to right) files, workspace, and preview
How does it help
What is helps to limit mistakes
Tag used to define information about an HTML document
What is <head></head>
HTML Element
What is a piece of a website, marked by a start tag and often closed with an end tag
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({};)
Where we put HTML and images, CSS
What is file
Two rules...
What is one person is the driver, and one person is the navigator
Used to open a paragraph
What is <p>
HTML Tag
What is the special set of characters that indicates the start and end of an HTML element and that element's type
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.
Where we type information, such as codes
What is the person using the computer
Used to close a paragraph
What is </p>
HTML
What is Hypertext Markup Language, a language used to create web pages
Why does the code sometimes turn pink
What is when Web Lab notices a mistake, its turns the code pink
What you see, and what others will see
What is preview
The navigator...
What is keeping track of the big picture, and hello the driver decide what code to write next