What is a Browser
What is Cascading Style Sheet
What element surrounds the HTML document content that will display in the browser window?
What is <body></body>
What is it called when you want to create a list inside a list?
What is Nesting Lists
What tag is used to embed javascript code inside the html.
What is <img>
What is color
What is <nav>
How do you separate multiple styles on one tag?
What is a semi-colon
On a button tag what property makes something happen once it is clicked.
What is onclick=" ".
What is a forward slash /
What is font-size
What is <div>
What CSS property do you use to make font's thick?
How do you properly create a function?
What is function myFunction(){ }
What is <br>
What is text-align, justify-content, margins, padding
What is <h6>
Where does CSS tags go in your body?
What is <style> tag
What is a block of code in your JS file that preforms an action when called?
What is a function.
What is World Wide Web.
What is CSS Selector
What is Hyper Text Markup Language
an attribute we can add to HTML tags in order to style a specific group of elements
What line of code do you use to get an element that was assigned an id in JS.
what is getElementById().