CSS and HTML Text
Using Images
CSS and HTML Elements
Linking Pages
Other/Random
100

What are the two tags used for making a paragraph?

<p> and </p>

100

Can you change image size in the css page AND the html page?

Yes, you can use both to scale images

100

Can you only change the colors of the images and text of the html page using CSS?

No, you can change colors of much more than just images and text
100

What are the two tags used for linking?

<a> and </a>

100

Can you add more html and css pages?

Yes, you click the "Add CSS page" or "Add HTML page" above the workspace

200

What are the two tags used for making a heading?

<head> and </head>

200

What is the tag used for images in the css page?

img

200

What does font family do in the css page?

Changes the font of the text

200

Can you make links using images?

Yes, you use the img src and the <a> tags

200

How do you link the css and the html pages together?

Using the link tag e.g.  <link rel="stylesheet" href="styles.css"> 

300

In the css page what type of parenthesis are used?

Brackets or { and }

300

What should you add along with your images?

Attributes

300

Is there an inspector tool that can used when working on html and css?

Yes, the inspector tools assists working on a web page

300

When linking something, how would the tag start off?

<a href="

300
When an error occurs what two tags at the bottom turn pink?

</body> and </html>

400

What is the unit css uses for scaling text?

Pixels 

400

How do you add images to the web page workspace?

Click on the "Add Image" above the workspace

400

What does the float property do to images?

Moves it across the webpage using the pixels unit

400

When linking pages together where should the links to the pages go?

At the top of the page

400

What does HTML stand for?

Hyper-Text Markup Language

500

What are all the H tag sizes?

H1, H2, H3, H4, H5, H6

500
Do you have to use the unit of pixels to change the size of images on the html page?

No, using just a number works

500

Name three properties of border styling in the css page.

Border Color, Border Width, Border Style, Border Radius, Border Sides
500
What is a hyperlink?

Hyperlinks can connect to local web pages or external web pages.

500

What does CSS stand for?

Cascading Style Sheets