This column
No, the other one
Yeah, that column
Wait, go back
Yep sure
200

The element that only has an opening tag for a displaying a picture?

What is <img>?

200

The element that creates a nice box for text to sit in.

What is <textarea>?

200

The <div> element is used for what?

What is creating a container/class?

200

The Animation application you used.

What is Scratch?

200

How many true Headings are there?

What is six?

200

What does CSS stand for?

What is Cascading Style Sheets?

200

The <style> element is used for what?

What is adding CSS to a website?

200

The very first line in HTML.

What is <!DOCTYPE html>?

200

The tags that separate CSS from HTML.

What is <head> and <body>?

200

How do you write a comment in HTML?

What is <!-- -->?

200

The element that only has an opening tag for a new line?

What is <br>?

200

What property is needed to change the curve of my borders?

What is border-radius?

200

The pseudo-class that is used to mouse over elements?

What is :hover?

200

What property is needed to change the font of text?

What is font-family?

200

If an image cannot be displayed what attribute is needed to show text?

What is alt?

200

What property is needed to change the space outside the border?

What is margin?

200

How do you write a comment in CSS?

What is /* */?

200

What property is needed to change the space inside the border?

What is padding?

200

What does HTML stand for?

What is Hyper Text Markup Language?

200

What property is needed to raise images and move them from the left to the right?

What is float?

200

What property is needed to create a shadow of words?

What is text-shadow?

200

What property allows something to happen when you select a button?

What is onclick?

200
What property is needed to add a shadow to an element?

What is box-shadow?

200

What symbol, if used can effect everything in regards to properties on a website?

What is *?

200

What attribute defines the URL of the image?

What is src?