What is a title or summary for a document or section of a document?
What is a Heading?
How do you define a paragraph
What is the <p> tag?
What are mistakes in code which causes it to not work a planned?
What is a bug?
What is heading tag is the biggest?
What is <h1>?
What is the line break code?
What is<br>?
What is the text and images on a website?
What is Web Content?
What is the tag used to create different sized section titles throughout a web page
What is <h1>-<h6>?
What is the process of finding and fixing bugs?
What is debugging?
How do I create multiple paragraphs?
What is <p></p> tags?
How do you add a horizontal rule?
What is <hr> tag?
How the content of a website is organized?
What is Web Site structure?
What must all documents start with?
What is <!DOCTYPE>?
What is an example of a bug?
What is misspelling/code in wrong place/using wrong tag, or forgetting to close tag?
How do you end an HTML document?
What is </html>?
What does &alt; do?
What is the <?
What is a language used to create webpages?
What is HTML?
What tag defines the main content of the HTML document that will be directly visible on your webpage.
What is <body>?
What is a way we can work together to fix a bug or a problem with an website?
What is pair programming?
What goes at the beginning of every HTML document?
What is <!DOCTYPE html>?
What does > do?
What is the >?
What is a piece of a website, marked by a start tag and often closed with an end tag.
What is HTML Element?
What tag is the top-level element of a HTML document?
What is <html>?
What is read by your web browser to generate webpages?
What is HTML?
What is data about the HTML document, such as document title, character set, style sheet, links, and scripts.
What is metadata?
What does & do?
What is &?