The element that only has an opening tag for a new line?
What is <img>?
The element that creates a nice box for text to sit in.
What is <textarea>?
How do you write a comment in HTML?
What is <!-- -->?
The Animation application you used.
What is Scratch?
If an image cannot be displayed what attribute is needed to show text?
What is alt?
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>?
The element that only has an opening tag for a new line?
What is <br>?
How many true Headings are there?
What is six?
The pseudo-class that is used to mouse over elements?
What is :hover?
What property is needed to change the curve of my borders?
What is border-radius?
What property is needed to change the font of text?
What is font-family?
How do you write a comment in CSS?
What is /* */?
What property is needed to change the space inside the border?
What is padding?
The <div> element is used for what?
What is creating a container/class?
What property is needed to change the space outside the border?
What is margin?
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 does CSS stand for?
What is Cascading Style Sheets?