Web Final Exam Review 2016

Web Final Exam Review 2016

memorize.aimemorize.ai (lvl 286)
Section 1

Preview this deck

Selectors

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

4 years ago

Date created

Mar 1, 2020

Cards (61)

Section 1

(50 cards)

Selectors

Front

The items that define the properties of specific elements.

Back

<img>

Front

tag identifies an image in an HTML page

Back

Parent/child

Front

The terms used to describe hierarchical relationships between pages in a Web site

Back

<li>

Front

Each item in an ordered list

Back

Use CSS to style the text to be smaller

Front

How do you make the text appear smaller but keep the correct page structure?

Back

default formatting of text that is tagged as a blockquote

Front

indented on both sides, white space above and below the block

Back

Properties

Front

The rules that define the specific appearance of the selector for which they are defined.

Back

can be anything because it is only used inside of Dreamweaver

Front

When managing a new site in Dreamweaver, the site name __________.

Back

information architecture

Front

Organizing links of a Web site to support usability

Back

tag

Front

Using CSS, __________ assign properties to specific HTML tags

Back

Click the tag in the Tag Selector

Front

easiest way to be sure you have selected all of the content related to a specific tag

Back

index.html

Front

the standard file-naming convention for the home page of a Web site, or for the default page of a specific folder

Back

attribute

Front

further defines a specific tag, such as "src" for the <img> tag

Back

Cropping - Resampling - Sharpening

Front

image changes can be performed directly in Dreamweaver

Back

inline style

Front

type of CSS style used to format only a single element on a single page in a site

Back

cloaking

Front

allows you to prevent certain files from uploading to the Web server

Back

self

Front

link target opens a link in the same frame or browser window as the link

Back

tracing image

Front

displays the selected image in the background in Design view; you can safely remove the image when you have finished the layout design

Back

Float

Front

property determines where an element is placed relative to the containing element

Back

Handles appear on the selected image.

Front

image is selected in the document window

Back

structured as a paragraph

Front

Content between the opening and closing <p> </p> tags

Back

Abbr element

Front

mark-up element would you use for the text "HTML"

Back

@Media

Front

Lists media queries, which can be used to define different styles depending on the size of the device being used to display a site.

Back

Repeat-y

Front

background-repeat option causes a background image to repeat vertically but not horizontally

Back

inside the selected folder

Front

When you select an existing folder in the Files panel before creating a new folder, the new folder is created __________.

Back

page titles

Front

can be anything, but should accurately describe the page's content

Back

F5

Front

refresh the file list in the Files panel

Back

PNG

Front

image format supports both continuous-tone color and transparency

Back

Things you can do with CSS

Front

Apply one style to a single element of the Web page, or to multiple elements at once, First create the style sheet and then apply the styles to the Web page, Create styles while you build the Web page

Back

hold the Shift key while dragging the image corner handle

Front

Resize an image proportionately

Back

methods used to create a hyperlink

Front

Use the Point to File function. Use the Browse for File function in the Properties panel. Use the Hyperlink button in the Common Insert panel.

Back

working in Split view

Front

Changes in the Design pane are automatically reflected in the Code pane.

Back

the result of changing a file name in the Files panel

Front

Dreamweaver identifies all links to the new file name and asks if you want to update those links

Back

image map

Front

used to create different links in different parts of a single image

Back

< br />

Front

tag used to create a forced line break without starting a new paragraph

Back

< body >

Front

Content that is visible in a browser window appears between these tags

Back

reasons why proper structural markup on a Web page is important

Front

the pages load more quickly in a browser, both sighted and screen-reader users can interpret the Web page correctly, they are easier to style

Back

JPG

Front

image format for graphics with many colors; the format does not support transparency

Back

Sources

Front

Lists the locations and files containing CSS styles that affect the active site

Back

identifies and separates a specific section of a page

Front

the purpose of the <div> tag

Back

Alt attribute

Front

provides a text alternative to images so visitors who use screen readers have access to the content of the image, indexed by search engines, which can help in the Web page's ranking, appears in place of an image if image display is disabled.

Back

headings in an HTML page

Front

Each page should have only one element defined as Heading 1

Back

in the Files panel

Front

When you move files within a site, you should always move them __________.

Back

mailto:

Front

protocol used to create an email link

Back

src

Front

attribute defines the file name for the specific image in an image tag

Back

<th>

Front

tag identifies a header row in a table

Back

Favicon

Front

used as a representation of the entire Web site, the necessary file is stored in the root folder of the Web site

Back

../

Front

tells a browser to move up one folder level

Back

URL

Front

the address of a Web site on the Internet

Back

Ordered list

Front

type of list used to show a sequence of numbered steps

Back

Section 2

(11 cards)

siblings

Front

Elements at the same level

Back

media queries

Front

delivers different style rules to the browser depending on certain criteria, such as the minimum or maximum width of the viewport

Back

placeholder text

Front

New div elements always include __________.

Back

selector

Front

A CSS rule consists of a __________ and attributes that will be applied to the element

Back

#

Front

character in front of a hexadecimal color value in HTML code

Back

/ .......... /

Front

a comment - this is just a reminder of what the code does

Back

padding

Front

lies inside the edge of the element, forming a cusion between the box edge and the box content

Back

DOM - Document Object Model

Front

acts as a sort of roadmap for the browser to identify different parts of the page

Back

Tag

Front

The type of CSS selector that can change the formatting of every paragraph element on the page.

Back

<div id="header">Header content goes here.</div>

Front

correct code for adding a div to a page

Back

grouping elements - the names describe the roles they play in the page.

Front

<header>, <nav>, <aside>, and <footer> elements

Back