What does HTML Stand for?
What is Hyper Text Markup Language?
What are the opening and closing paragraph tags?
What is <p> and </p>?
What header tag makes the largest header tag?
What is <h1></h1>
On what unit did we explore webpages?
What is unit 1 about?
What language are we learning to make our websites and code?
What is HTML?
What contains all the content of an HTML document inside of it?
What is the Body?
What are the opening and closing tags for a list?
What is <li> and </li> ?
For what can I use the <ul> and </ul> tags?
How can I make bullet points?
On what unit did we do our own website?
What is unit 4 about?
What is inside an HTML element?
What do opening and closing tags with content inside of it make?
What creates different sized section tittle throughout a web page?
What is the Heading?
What are the opening and closing tags for an Unordered List?
What is <ul> and </ul> ?
What header tag makes the smallest header tag?
What is <h6> and </h6>?
On what lesson did we learn about pair programming?
What is unit 3?
What is a term for finding a mistake/error in coding?
What is debugging?
What is the text and images on a website?
What is Website content?
How do you declare the version of HTML the page is written in? clue:1st thing you write in your code
What is <!DOCTYPE HTML> ?
On what can I use line breaks?
On what unit did we get our first challenge?
What is unit 2?
How do you highlight a code that is making something appear on the preview area?
What is the Inspector Tool for?
What is the term for how the content of a website is organized?
What is Website structure?
what are the opening and closing tags for inserting and image?
what is <img src=/> ?
For what can I use paragraph tags?
What are sentences?
So far, which lesson has the most vocab terms in the overview section?
What is Unit 2?
How do I know if I made a mistake in my code?
What is the pink square next to my code?