the ______ describes the structure of the elements that are displayed on the web page.
Box Model
Indicates the alternate text for the image is called
Alt
The ______ is the space between the content of the element and the box border.
padding
The general format of the _______ tag is
<link rel="stylesheet" type="text/css" href="stylesch7.css" />
<link>
The ______ specifies the space between the element and other content on the web page.
Margin
Indicates the link (URL) used for a map area is called
Href
______ 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
What tag is to divide the web page to allow the pop-up effects?
<div>
The _______ is what surrounds the element content
border
Code snippets that are interpreted by web browsers to display special character is called
Character entity references
The <link> tag used to link an external style sheet is added within the ______ tag of the web page HTML.
<head>
a rectangular region that contains two areas: the page area and the margin area is called
page box
The (_____ method) sends the name-value pairs to the end of the URL indicated in the action attributes
get
What does CSS stand for?
Cascading Style Sheets
an ________ contains the keyword @page, followed by an optional page selector.
@page rule
A ______ control is used to group similar information on a form.
fieldset
These four elements (name the 4 elements) determines how the element content is displayed in the browser.
Content, padding, border, and margin