This punctuation is used to indicate that a tag is a closing tag.
What is a slash?
What is color?
This is a data type that indicates true or false.
What is a boolean?
<main>, <nav> and <aside> are examples of this type of tag.
What is semantic html?
These are the parts of a HTML document.
What is the head and body?
This type of selector can be used only once.
Bonus: what type of selector can be used multiple times?
What is an ID?
A class
This is a method used to print messages, often for debugging purposes.
What is console.log()?
This term refers to practices that increase your site's likelihood to be listed first in search results.
What is Search Engine Optimization?
This tag is used to create a link.
What is <a>?
What is justify-content: center and align-item: center?
This loop is used to cycle through elements in an array.
What is a forEach loop?
This term refers to websites that are designed to fit various window sizes.
What is responsive design?
The numbers in a heading (eg. h1 or h3) indicate this.
What is the importance of the heading?
:hover is an example of this type of class.
Bonus: what do we use this type of class for?
What is a pseudo class?
It allows us to specify a specific state or action taken on an element
Bonus: what are curly braces {} used for?
What is an array?
This is used to adjust styling at various window sizes.
This punctuation is used to create comments.
Units like em or rem can be classified as this.
Bonus: why do we use this type of unit?
What are relative units?
They help with responsive design.
This function is used to handle user input like clicks and form submissions.
These attributes in a label and input element should have the same value.
Bonus: why is this important?
What are ID (input) and for (label)?
It associates the 2 elements so that users know what the input field is for.