The full name of the unit used to style text size, shadow, spacing, etc.
What is pixels?
The property and value used to create a flex container.
What is display: flex?
The location of the Stylesheet
What is....In between the Head tags?
The information inside of a list.
The code used to connect a CSS to its corresponding HTML
What is <link rel="stylesheet"href="Your response.css">?
What are Border-Style, Border-Width, Border-Color, Border-Radius, and Border-Margin?
The code to change the vertical position of an item
What is.....:Justify Content
The main types of word links in HTML
What are....Internal and External Links
The 3 types of lists in HTML
What are ul, ol, dl?
The labeling tag used in HTML
What are.....Heading Tags
The 4 main CSS Classes needed for links
What is :Link, :Visited, :Hover, :Active
What are...Flex Grow, Flex Shrink, and Flex Basis
The objective of Href
What is....To indicate the destination?
The code used to add a heading to a list item
What is......<li><h2>Your Response</h2><li>
<!-- Your Response -->
The code to add a style to a font in CSS
What is.....Font Family
The code used to change the horizontal position of a singular item
What is.....Align-Self
The code used inside the Href attribute to create an email link.
What is.....Mailto:
The two types of ways to number a list in HTML
What are......ol and Roman Numerals
The code tag used to create in-text quotes
What is....<q> Your Response </q>
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.
The effect of the Order: Tag on the Align-Items Property
What is.....It changes the order of each item regardless of its positioning
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>
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.
The job of the HTML Body Tag
What is....The container of all webpage information, like lists, hyperlinks, images, tables, etc