vocab
past vocab
more vocab
Tags
100

the ______ describes the structure of the elements that are displayed on the web page.

Box Model

100

Indicates the alternate text for the image is called

Alt

100

The ______ is the space between the content of the element and the box border.

padding

100

The general format of the _______ tag is 

<link rel="stylesheet" type="text/css" href="stylesch7.css" />

<link>

200

The ______ specifies the space between the element and other content on the web page.

Margin

200

Indicates the link (URL) used for a map area is called

Href

200

______ causes text lines to break at the right edge of the window and appear on a new line.

hint: Its in (view) and should have a blue check mark next to it.

word wrap

200

What tag is to divide the web page to allow the pop-up effects?

<div>

300

The _______ is what surrounds the element content 

border

300

Code snippets that are interpreted by web browsers to display special character is called

Character entity references

300

The <link> tag used to link an external style sheet is added within the ______ tag of the web page HTML.

<head>

400

a rectangular region that contains two areas: the page area and the margin area is called 

page box

400

The (_____ method) sends the name-value pairs to the end of the URL indicated in the action attributes

get

400

What does CSS stand for?

Cascading Style Sheets

500

an ________ contains the keyword @page, followed by an optional page selector.

@page rule

500

A ______ control is used to group similar information on a form.

fieldset

500

These four elements (name the 4 elements) determines how the element content is displayed in the browser.

Content, padding, border, and margin