What is the full name for CSS?
What is Cascading Style Sheet
What is the code for a paragraph tag?
What is <p> </p>?
What is the code for headers?
What is <h1> </h1>? (all the way down to 6)
What can you link with an internal link?
What is anything inside the webpage?
What is the body and the structure of the webpage?
What is HTML?
What does a CSS do to a webpage?
What is add style?
What is the code for adding hyperlinks?
What is <a> </a>?
What is the code for lists?
What can you link with external links?
What is anything on the web?
Something you can click on to take you another document within the same document?
What is Hyperlink?
What starts and closes the CSS tag?
What is curly brackets? ({,})
What is the tag to add a unordered list?
What is <ul></ul>?
What starts and closes the CSS tag?
What is Curly bracket ({,})?
What can you do with an Image hyperlink?
What is Link from an image that takes you somewhere else?
A structure that helps present information in a presentable way?
What is a table?
What can you do in your CSS?
What is style the web page?
What is the tag to add an ordered list?
What is <ol></ol>?
What can you do in your CSS?
What is add style to the webpage?
What is the code for an Image link?
What is<img src=".jpg,.jpeg,.png" alt="Description">?
A system of commands that put together information that is then displayed on a webpage?
What is code?
When do you put semicolons? (;)
What is after writing the codes?
What does HTML stand for?
What is HyperText Markup Language?
When do you put semicolons?
After you write what you want and how you want it. (;)
What is the link that creates the instruction to go somewhere else?
What is <a href.........</a>?
A thematic break or horizontal rule in html?
What is an <hr> Tag?