The section that contains links to other pages
The Navigation
An HTML page starts with and ends with what tag?
<html>
What is the acronym used in class for 4 design principles?
C.R.A.P.
What is the tag for creating a link?
<a>
What class attribute is used for a border?
What section is located at the bottom of the page
Tags start with an opening tag and ends with a _____?
closing tag
What is the principle used that describes the variation of sizes and colors?
Contrast
What tag is used for paragraphs
<p>
What class attribute is used for top padding of 4?
pt-
What section contains the main message of the website?
Hero
HTML pages have two main sections: Which one contains content that's visible to the user?
<body>
What principle says to group like items
Proximity
<section>
What class attribute is used for a gray background color
bg-gray-900
What section contains the logo
Header
HTML pages have two main sections: Which one contains links to stylesheets and meta tags?
<head>
What design principle says sections should have similar designs?
Repetition
What tag is used for denoting a navigation section?
<nav>
Where can information on tailwind classes be found
In the tailwind documentation
What section contains the main content of the web page?
HTML was invented by ____
Tim Berners Lee
What principle says that all items should be lined up in similar fashion?
Alignment
A generic tag used for layout and design that is 3 letters long:
<div>
What is a tag to get HTML elements to line up horizontally?