Everyday Vocab
Code
Property
CSS
Fun Stuff
100

An image map either a specific area or several areas serve

What is hotspot

100

The ___ tag defines the link and anchors for an image map

What is <area> 

100

It creates a border around an element

What is the border property

100

In CSS the content box that contains the content of the element

What is the CSS box model

100

What does Braden say every day

Good Morning Yall

200

Using _______ links in conjunction with a navigational image map ensures that if the image does not download a user can still navigate to other web pages

What is a text 

200

A client-side image map is placed with the ______ tags.

What us <map> or </map> 

200

It creates an outline around an element

What is the outline property

200

This contains the space directly around the content but within the element box

What is the padding box

200

Who created Minecraft

Notch

300

With a ________ image map, the image is implemented by a program that runs on the Web server

What is a server-side 

300

The ______ entity is used to display the registered trademark symbol

What is &reg 

300

This defines a clipping rectangle that crops the object's top, right, bottom, and left edges

What is the clip property

300

Paragraphs, block quotes, occupying a defined rectangular area within a page

What is Blocks when talking about the display style

300

What program did we not have for the first two weeks

Notepad++

400

In a _______ image map, the browser does not have to send the x- and y-coordinates of the mouse click to the Web serve

What is a client-side 

400

Attribute that indicates a server-side image map

What is a ismap 

400

This places an element at specific coordinates either in the page or within a container element

What is Absolute Positioning

400

A style sheet that web designers use to define their own default styles

What is a reset style sheet

400

What is the name of the class

Web page design 

500

With a client-side image, the ________ of the mouse click are included in the html file together with the URL of the link

What is coordinates 

500

Attribute that indicates a client-side image map

What is a usemap 

500

This is used to move an element relative to where the browser would have placed it if not positioning had been applied

What is Relative Positioning

500

takes an element out of the normal flow the document and positions it along the left or right edge of its containing element

What is floating

500

What does it mean to fix code

Debug