What tag defines the main content of the HTML document?
What is <body>,</body>?
What are the three main parts of a HTML element?
What is opening tag, content, and closing tag?
What are the two peoples names in paired programming?
What is navigator and driver?
What is a bug?
What are mistakes in code to make coding not work as planned
What is the difference between input and output?
What is input is information from user an output is information computer gives?
What code makes bulleted list and what makes number list?
What is <ul></ul>,<ol></ol>
Why do people make webpages?
What is to inform people, entertainment, and business purposes?
What general jobs use html?
Who is people who make websites?
In pair programming who is the person to keeps track of big picture of code and helps notice bugs?
Who is navigator?
Is a computer mouse an input or output device?
What is an input device?
What tag is right under the <!DOCTYPE> tag?
What is the <html> tag?
What does HTML stand for?
What is Hypertext, Markup Language?
If a company wanted to make a website would they need someone to code it for them?
What is yes?
What are some examples of bugs?
What are misspellings, code in the wrong place, using wrong tag, and forgetting to close tag
What is the definition for storage?
What is information saved on computer for later use?
What is the smallest heading size?
What is <h6></h6>
What is the website structure?
What is how the content is organized?
What should people major in to become a coder?
What is a computer science degree?
What is debugging?
What is finding bugs and fixing the code.
What is a heading?
A title or summary for the document/section of document.
What is metadata and an example?
What is data about HTML document, like the document title, character set, style sheet, links, and script.
Why does HTML seem to work even if it's broken?
What is since people make small mistakes when coding it is programmed to make a guess on what was meant to be said?
What job writes code for computer programs and mobile applications?
Who is a computer programmer?
What does it mean when code turns pink?
What is web lab is programmed to automatically notice mistakes in HTML
What are the names for the types of processing?
What is if/then, counting, matching, and comparing?