Vocabulary
Code
Bug Questions
HTML Questions
Miscellaneous Questions
100

What is a title or summary for a document or section of a document?

What is a Heading?

100

How do you define a paragraph 

What is the <p> tag?

100

What are mistakes in code which causes it to not work a planned?

What is a bug?

100

What is heading tag is the biggest?

What is <h1>?

100

What is the line break code?

What is<br>?

200

What is the text and images on a website? 

What is Web Content? 

200

What is the tag used to create different sized section titles throughout a web page 

What is <h1>-<h6>?

200

What is the process of finding and fixing bugs?

What is debugging? 

200

How do I create multiple paragraphs?

What is <p></p> tags?

200

How do you add a horizontal rule? 

What is <hr> tag? 

300

How the content of a website is organized?

What is Web Site structure? 

300

What must all documents start with? 

What is <!DOCTYPE>?

300

What is an example of a bug?  

What is misspelling/code in wrong place/using wrong tag, or forgetting to close tag? 

300

How do you end an HTML document?

What is </html>?

300

What does &alt; do? 

What is the <? 

400

What is a language used to create webpages?

What is HTML?

400

What tag defines the main content of the HTML document that will be directly visible on your webpage.  

What is <body>?

400

What is a way we can work together to fix a bug or a problem with an website?

What is pair programming?

400

What goes at the beginning of every HTML document? 

What is <!DOCTYPE html>?

400

What does > do? 

What is the >?

500

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

 What is HTML Element?

500

What tag is the top-level element of a HTML document?

What is <html>? 

500

What is read by your web browser to generate webpages?

What is HTML?

500

What is data about the HTML document, such as document title, character set, style sheet, links, and scripts. 

What is metadata? 

500

What does & do? 

What is &? 

M
e
n
u