The title tag appears in this part of an HTML document.
Head
This selector is used when you want to change the background of your entire website.
Body
This principle of design helps create sharp, ordered appearance.
Alignment
JavaScript helps to make websites more _____.
Interactive
This is the term used in web design for creating web pages that look good on all devices.
Responsive Web Design
The tag used to create a hyperlink.
a href
This property in CSS is used to add an outline to an image.
Border
This principle of design directs the viewer's eye through the most important elements within the design.
This type of statement calls for an action to happen depending on whether something is true or false.
If statement
This semantic HTML tag is used to help the user move from page to page across the site.
Nav
These two semantic HTML tags are usually consistent throughout a website and help to maintain a clear brand.
Header and Footer
This CSS property adds space around an element, separating it from other elements on the page.
Margin
This specific principle of design arranges design elements off center.
Informal Balance
The number of equal signs needed to set something equal to something else in JavaScript.
Three
This is a visual guide that represents the skeletal framework of a website.
Wireframe
The attribute required to have a hyperlink open in a new tab.
target='_blank'
This selector is used to modify the font of a link when moused over.
a:hover
This is created when appropriate and consistent elements are used throughout the design.
Unity
A reusable block of code that groups together a sequence of statements to perform a specific task.
Function
This is what http stands for.
Hypertext Transfer Protocol
This is the smallest heading in HTML.
h6
These are the three types of cascading style sheets.
This typeface should generally be used for body text.
Serif
Defines where variables can be accessed or referenced.
Scope
This is the purpose of semantic HTML.
Helps structure the code we create, making it more readable and easier to maintain. Helps with accessibility.