CSS
HTML
Codes
Links
Sense
100

What is the full name for CSS?

What is Cascading Style Sheet

100

What is the code for a paragraph tag?

What is <p> </p>?

100

What is the code for headers?

What is <h1> </h1>? (all the way down to 6)

100

What can you link with an internal link?

What is anything inside the webpage?

100

What is the body and the structure of the webpage?

What is HTML?

200

What does a CSS do to a webpage?

What is add style?

200

What is the code for adding hyperlinks?

What is <a> </a>?

200

What is the code for lists?

What is <li> </li>?
200

What can you link with external links?

What is anything on the web?

200

Something you can click on to take you another document within the same document?

What is Hyperlink?

300

What starts and closes the CSS tag?

What is curly brackets? ({,})

300

What is the tag to add a unordered list?

What is <ul></ul>?

300

What starts and closes the CSS tag?

 What is Curly bracket ({,})?

300

What can you do with an Image hyperlink?

What is Link from an image that takes you somewhere else?

300

A structure that helps present information in a presentable way?

What is a table?

400

What can you do in your CSS?

What is style the web page?

400

What is the tag to add an ordered list?

What is <ol></ol>?

400

What can you do in your CSS?

What is add style to the webpage?

400

 What is the code for an Image link?

What is<img src=".jpg,.jpeg,.png" alt="Description">?

400

A system of commands that put together information that is then displayed on a webpage?

What is code?

500

When do you put semicolons? (;)

What is after writing the codes?

500

What does HTML stand for?

What is HyperText Markup Language?

500

When do you put semicolons?

After you write what you want and how you want it. (;)

500

What is the link that creates the instruction to go somewhere else?

What is <a href.........</a>?

500

A thematic break or horizontal rule in html?

What is an <hr> Tag?