HTML
CSS
Design
JavaScript
Potpourri
100

The title tag appears in this part of an HTML document. 

Head

100

This selector is used when you want to change the background of your entire website. 

Body

100

This principle of design helps create sharp, ordered appearance.

Alignment

100

JavaScript helps to make websites more _____. 

Interactive

100

This is the term used in web design for creating web pages that look good on all devices.

Responsive Web Design

200

The tag used to create a hyperlink. 

a href

200

This property in CSS is used to add an outline to an image. 

Border

200

This principle of design directs the viewer's eye through the most important elements within the design. 

Movement/Visual Flow
200

This type of statement calls for an action to happen depending on whether something is true or false. 

If statement

200

This semantic HTML tag is used to help the user move from page to page across the site. 

Nav

300

These two semantic HTML tags are usually consistent throughout a website and help to maintain a clear brand.

Header and Footer

300

This CSS property adds space around an element, separating it from other elements on the page.

Margin

300

This specific principle of design arranges design elements off center. 

Informal Balance

300

The number of equal signs needed to set something equal to something else in JavaScript. 

Three

300

This is a visual guide that represents the skeletal framework of a website.

Wireframe

400

The attribute required to have a hyperlink open in a new tab.

target='_blank'

400

This selector is used to modify the font of a link when moused over. 

a:hover

400

This is created when appropriate and consistent elements are used throughout the design. 

Unity

400

A reusable block of code that groups together a sequence of statements to perform a specific task.

Function

400

This is what http stands for. 

Hypertext Transfer Protocol

500

This is the smallest heading in HTML. 

h6

500

These are the three types of cascading style sheets. 

Internal (embedded), Inline, External
500

This typeface should generally be used for body text. 

Serif

500

Defines where variables can be accessed or referenced.

Scope

500

This is the purpose of semantic HTML. 

Helps structure the code we create, making it more readable and easier to maintain. Helps with accessibility. 

M
e
n
u