HTML
CSS
Images
Headers
Websites
100

This is used to make the smallest header.

What is <h6> </h6>?

100

The CSS page is linked to this.

What is the HTML page?

100

The code for images goes in this.

What could be the CSS or HTML page?

100

This is the smallest header.

What is <h6> </h6>?

100

You can make websites on this application.

What is code.org?

200

This is used to make the biggest header.

What is <h1> </h1>?

200

This is the tag used to make borders around words.

What is Text-Decoration?

200

True or false: The code for images is the same for both the HTML page and the CSS page.

What is false?

200

This is the medium header.

What is <h3> </h3>?

200

You use this to add style to your websites.

What is a CSS page?

300

This is used to make attributions under images.

What is <p2> </p2>

300

CSS stands for this.

What is Cascading Style Sheet?

300

You use this to add borders to the images.

What is: img {

           border-style:solid

                          }

300

This is the biggest header.

What is <h1> </h1>?

300

You use this code to make different sized headers.

What is <h1>-<h6>?

400

This is used to make paragraphs in HTML.

What is <p>  </p>?

400

You use this tag to center something on your HTML page.

What is "text-align: center"?

400

You use this code to change the way the border looks.

What is border-style?

400

You use this to create borders around the header tags.

What is border-style tag?

400

You use this to change the color of the background of your website.

What is "background-color:red"?

500

This stands for HTML

What is Hyper Text Markup Language?

500

The code used to link the CSS page to the HTML page.

What is <link rel="stylesheet" href="style.css">?

500

You use this code to make space between images and other words/images.

What is: img {

            margin: 10px

                      }

500

You use this to overline the headers.

What is: h6 {

         Text-decoration:overline

                  }

500

This is a website.

What is multiple webpages put together into one?

M
e
n
u