What does CSS stand for?
What is Cascading Style Sheets?
CSS consists of a series of?
What is properties?
The tags that separate CSS from HTML.
What is <head> and <body>?
HTML consists of a series of?
What is elements?
What does HTML stand for?
What is Hyper Text Markup Language?
The element(s) and propertie(s) that are needed for showing a picture.
What is <img src="" alt="">?
Space inside the border?
What is padding?
Determines the lowest cell value included in the argument.
What is MIN?
First line in HTML.
What is <!DOCTYPE html>?
The Animation application you used.
What is Scratch?
The pseudo-class that is used to mouse over elements?
What is :hover?
Space outside the border?
What is margin?
A shadow of words?
What is text-shadow?
What property allows something to happen when you select a button?
What is onclick?
How do you write a comment in HTML and CSS?
What is <!-- --> and /* */?
All list elements... all of them.
What is <dl> <ol> <ul> <li> <dd> <dt>?
The amount of hours of commercials each day?
What is over 1 hour?
Removes space characters.
What is TRIM?
Define commercials
What is a television or radio advertisement?
Define communication technology
What is anything you can access, use, and share?
Adds all the values of the cells in the argument.
What is SUM?
Determines the highest cell value included in the argument.
What is MAX?
Returns a value depending on the logical expression.
What is IF?
Rounds number up to the nearest multiple of a factor.
What is CEILING?
Combines the two values.
What is CONCAT