The element that only has an opening tag for a displaying a picture?
What is <img>?
The element that creates a nice box for text to sit in.
What is <textarea>?
The <div> element is used for what?
What is creating a container/class?
The Animation application you used.
What is Scratch?
How many true Headings are there?
What is six?
What does CSS stand for?
What is Cascading Style Sheets?
The <style> element is used for what?
What is adding CSS to a website?
The very first line in HTML.
What is <!DOCTYPE html>?
The tags that separate CSS from HTML.
What is <head> and <body>?
How do you write a comment in HTML?
What is <!-- -->?
The element that only has an opening tag for a new line?
What is <br>?
What property is needed to change the curve of my borders?
What is border-radius?
The pseudo-class that is used to mouse over elements?
What is :hover?
What property is needed to change the font of text?
What is font-family?
If an image cannot be displayed what attribute is needed to show text?
What is alt?
What property is needed to change the space outside the border?
What is margin?
How do you write a comment in CSS?
What is /* */?
What property is needed to change the space inside the border?
What is padding?
What does HTML stand for?
What is Hyper Text Markup Language?
What property is needed to raise images and move them from the left to the right?
What is float?
What property is needed to create a shadow of words?
What is text-shadow?
What property allows something to happen when you select a button?
What is onclick?
What is box-shadow?
What symbol, if used can effect everything in regards to properties on a website?
What is *?
What attribute defines the URL of the image?
What is src?