Created by Alexander Lynds
over 7 years ago
|
||
What is a script element for?
What do jQuery functions start with?
How do you select a class with jQuery?
How do you select an id with jQuery?
How do you select a type of element/tag with jQuery?
How do you adjust the properties of elements with jQuery?
What does jQuery's appendTo() function do?
What does jQuery's clone() function do?
How do you start and end a comment in HTML?
What kind of styling is <h2 style="color: red">
How do you style an element using css?
How do you assign a class to an element?
How do you assign multiple classes to one element?
how do you set a font family in css?
CSS: How do you set a second font to default to when the first isn't available?
how do you insert an image into html?
What is an alt attribute in a img src element?
What are some properties css borders might have?
In what ways can you assign a border-radius value in css
What is an 'a' element?
How do you make text a link in html?
What is nesting?
How do you make a dead link?
How do you start an unordered list in html?
How do you make input elements?
What is placeholder text and how do you apply it?
How do you submit data to a server using nothing more than pure HTML?
How do you make html require a field to have entered information in?
What is a radio button and how do you make one?
What are checkboxes and how do you add one?
How do you make a radio or checkbox button checked by default?
What is padding?
What is margin?
How do you make an element bigger by modifying it's margin?
How do you modify an elements padding or margin on all sides in one swoop?
What are block elements?
What are in-line elements?
Does every HTML page contain a body element?
Will an assigned class override your body's element's CSS property?
If an element has two assigned classes with the same properties assigned different values which one will take effect?
What takes precedence over class properties?
What takes precedence over id's?
What is the ultimate way to override any conflicting css properties?
What are the two way to declare colors?