CSS
Flexbox
HTML Linking
Lists
HTML Basics
100

The full name of the unit used to style text size, shadow, spacing, etc.

What is pixels?

100

The property and value used to create a flex container.

What is display: flex?

100

The location of the Stylesheet

What is....In between the Head tags?

100

The information inside of a list.

What are List Items
100

The code used to connect a CSS to its corresponding HTML

 What is <link rel="stylesheet"href="Your response.css">?

200
All the needed properties for a border.

What are Border-Style, Border-Width, Border-Color, Border-Radius, and Border-Margin?

200

The code to change the vertical position of an item

What is.....:Justify Content

200

The main types of word links in HTML

What are....Internal and External Links

200

The 3 types of lists in HTML

What are ul, ol, dl?

200

The labeling tag used in HTML

What are.....Heading Tags

300

The 4 main CSS Classes needed for links

What is :Link, :Visited, :Hover, :Active

300
The three properties and values in Flex Shorthand

What are...Flex Grow, Flex Shrink, and Flex Basis

300

The objective of Href

What is....To indicate the destination?

300

The code used to add a heading to a list item

What is......<li><h2>Your Response</h2><li>

300
The code used to make comments on your HTML

<!-- Your Response -->

400

The code to add a style to a font in CSS

What is.....Font Family

400

The code used to change the horizontal position of a singular item

What is.....Align-Self

400

The code used inside the Href attribute to create an email link.

What is.....Mailto:

400

The two types of ways to number a list in HTML

What are......ol and Roman Numerals

400

The code tag used to create in-text quotes

What is....<q> Your Response </q>

500

The difference between CSS Margin and CSS Padding

What is.....Padding creates space around an element's content, inside of any defined borders. While Margins are used to create space around elements, outside of any defined borders.

500

The effect of the Order: Tag on the Align-Items Property

What is.....It changes the order of each item regardless of its positioning

500

The code that goes inside the <a> attribute to create a visual showing of an internal/external link

What is.....<a href="insert.html"> <img class="top-img" src="Your Image.jpeg" alt="Insert Description"></a> 

500

The difference between the Description Lists and the other lists

What are.....Description Lists describe each list item shown, and have no markings beside them unless coded in CSS to have some.

500

The job of the HTML Body Tag

What is....The container of all webpage information, like lists, hyperlinks, images, tables, etc