cicotti final

Ace your homework & exams now with Quizwiz!

An HTML paragraph is surrounded by opening <p> and closing </p> paragraph tags. Because the paragraphs of pasted text are separated by the code for a forced line break, _______ , the entire block of copy is treated as a single paragraph.

(<br>)

Image Bit Depth refers to how many bits define the color value of a particular pixel. A _______ is a unit of information that is either on or off (represented as 1 and 0, respectively).

Bit

After attaching the _______ to the page, depending on what the CSS file defines, you might see a dramatic difference in the appearance of the page.

CSS style sheet

The Wrap Tag command opens the Quick Tag Editor which allows you to temporarily work with code while still working in Design view. You can also open the Quick Tag Editor by pressing __________________.

CTRL+T

Press _________ and click to select multiple nonconsecutive files in Windows.

Control

Formatting with the strong and em elements are for presentational purposes only and b and I elements are for structural purposes in Dreamweaver.

False

In the CSS Designer panel, there are two buttons at the top of the panel; the default one is ALL mode. This shows only selectors related to the element that is selected in the document window. If you click the ALL button, all selectors in the CSS file appear in the Selectors list.

False

There are two primary formats used for images and graphics on the web.

False

You can customize the various keyboard shortcuts used to access Dreamweaver commands by going to Edit - Preferences on Windows.

False

The ____________________________ panel provides one-click access to many common structural elements including various levels of headers, sections, and footers.

HTML insert

_________________ is the current revision of the HTML standard and it is the default document type in Dreamweaver.

HTML5

The Workspace switcher is in the ________________.

Menu bar

When extracting an image, you must use the __________ format (the default format) to incorporate the transparency into the extracted image. The layer is semi-transparent, allowing the background layer color to show through the image pixels.

PNG32

The area where the default panels are stored is called the ____________________ .

Panel dock

You can undock a panel when you click and drag it from the ______.

Panel tab

Setting up a site is a crucial first step in beginning any project in Dreamweaver. Knowing where the site root folder is located helps Dreamweaver determine link pathways and enables many site wide options, such as orphaned-file checking and Find and Replace.

True

The CC Extract service provides a method for accessing the images, text, colors, and styles created in a Photoshop file directly in Dreamweaver - which makes it relatively easy to translate a design into a functioning web page.

True

When you extract text and images from a Photoshop file, in the Extract panel, a black border identifies distinct elements (layer content) in the Photoshop file. As you move your mouse cursor over various parts of the preview, you can see which element would be selected if you click.

True

HTML tables that are used to present data or text information consist of only three components: ___, _______, and _________.

a caption, table header cells, and table data cells.

The <ul> tag in the Tag Selector identifies ________________ which is how this navigation structure was created.

an unordered list

In the CSS Designer panel, the ___________________ property defines the size of background images

background size

A ______________________ formats a quotation as a block of text that is indented from the left and right margins with extra white space above and below it.

blockquote element

When you define a site, Dreamweaver reads, links and identifies images for the site. These associations between files are stored in a ________ that Dreamweaver creates when a new site is defined.

cache

In Dreamweaver, the view in which you see the entire page in the HTML code is called the ________ view.

code

___________________________________ which can be toggled on or off in the View menu determine how code displays.

code view options

_________________ consist of an opening tag (<title>) and a closing tag (</title>). The closing tag is the same as the opening tag, with the addition of the initial forward slash.

container tags

The shortcut for PASTE is ____________ in Windows.

control V

Rather than manually creating the same links on every page, you can simply ______________________ from one page to another.

copy and paste

The keyboard shortcut for SELECT ALL is __________________ .

crtl+a

Edit - Copy has a keyboard shortcut to COPY the selected text which is

ctrl c

The first step in any new website project is to _________________ the Dreamweaver site, so the application can accurately manage the various files and folders in the site.

define

The ____ is the large white area in the Dreamweaver program window where you create and edit webpages.

document window

_______________________ the Css Designer panel tab to minimize that panel group.

double click

A site definition should link you to that person's email address.

false

All panels must dock on the right hand side of the document window.

false

In Windows, the document toolbar appears above the menu bar.

false

In professional situations, some client-supplied copy will be well written and well-formatted, enabling you to quickly determine appropriate heading levels called Wrap Around Selection.

false

SEO which stands for Standard Elements Organization is the process of improving the ranking of a web page on search engine results pages.

false

The Tag Selector is located at the top of the document window.

false

The assets page of a website is the first page that viewers see when they visit your website.

false

The first webpage that appears when viewers go to a website is called the default page.

false

There are 4 predefined heading levels in HTML: Heading 1, 2, 3 and 4.

false

To rename a folder, choose Edit...Rename in the contextual menu or press the F6 key,

false

Visible web page content is created within the body section, between the opening <html><body> and closing <paragraph> tag.

false

Web browsers (and Dreamweaver) do not ignore extra spaces between words and paragraphs returns between lines of text.

false

You can use the B button in the Property Inspector to apply the <em> tag.

false

You can move any docked panel away from the dock so it appears separately - this is called a __________________ .

floating panel

When you plan a new site, you should create a ____________ (storyboard) to make sure you create all the necessary links that make the site as user friendly as possible.

flowchart

In Dreamweaver, the name of the folder in which you store everything for your website is ______________.

local root folder

An email link requires the ________ protocol, followed by the appropriate email address. This instructs the browser to open a new mail message with the defined address already in the TO line.

mailto

Words which appear at the top of every page in the site are referred to as _________________________ ,

navigation bar

When you format the page body, it is important to understand the _______ nature of tags. The body element contains all visible elements on the page. It is considered the parent of all other tags on the page. The ________ elements - nav, ul, il, and a - are considered to be children of the parent body element, (same word on both lines)

nested

To make a new folder, right click the site name and choose __________________ from the contextual menu.

new folder

When the Live view is active, the Element Display shows the active HTML element. In this case, you can see that the selected element is a p element which is a ___________ .

paragraph

A _____ is the route taken through the folder structure to link one page to another.

path

there are New Feature Guides as you begin work in Dreamweaver. These have tips, and/or links to videos explaining various features. Each message appears only once. To show all of these messages again open the New Features Guides pane of the _______________ dialog box and click the Reset button. The messages will appear again after you restart the application.

preferences

The __________________ panel is context sensitive, which means the available options depend on what is currently selected. It shows options and information specific to the active selection.

property

The one panel that you usually keep open all the time when you are designing a webpage is the _____ panel.

property inspector

The ________________________________ in Design pane adds quotation marks around the tag content.

q element

The ________ Comment button in the Common Toolbar removes commenting identifiers from the selected code in Code view.

remove

When you are defining Background Images, the CSS Designer panel provides available properties whenever possible. The background-repeat button property has four options: _______________________ .

repeat, repeat-x, repeat-y, and no-repeat

In this chapter in Dreamweaver, our local root folder is _______________.

sf.arts

In Dreamweaver, there are two main workspaces to accommodate various computer configurations and individual workflows. They are _____________.

standard and developer

As you add content to a _________, the column width changes to accommodate it.

table

A _________ consists of the element name, surrounded by angle brackets, such as <head> or <body> .

tag

A hyperlink is identified by the a element, which starts with the opening <a> tag, the link destination and the target are defined as attributes of that tag.

true

A number of common special characters are available in the Insert Other Characters dialog box which is accessed at the bottom of the Characters menu.

true

A well organized site is an easy to manage site.

true

After you create a root folder, you need to define your website.

true

Dreamweaver often includes several different ways to achieve the same result. You should use the method that is most efficient at the time.

true

En dashes areas wide as half an em dash. En dashes are used to replace the words "to" or "through" or in the mathematical expressions of subtraction.

true

Even if a panel is not grouped with others, that panel is still referred to as a panel group.

true

Even though a document appears to be blank in Design view, it already contains some lines of code in the Code view.

true

For the Extract functions to work properly, your user ID must be associated with a paid individual-user Creative Cloud subscription account.

true

Formatting in Microsoft Word makes text look nice and readable to human users but has no structure that makes sense to a computer, specifically not to a web server or search engine.

true

In most cases, Dreamweaver performs identically in both Windows and macOS.

true

In the Common Toolbar, the INSPECT button activates Live view and Inspect mode in the document window.

true

Many menu commands and options in Dreamweaver are toggles, which means they are either on or off. When an option is already checked, that option is toggled on (visible, or active).

true

Panel groups can be docked on the right side of the screen or undocked by dragging the panel name tab.

true

Panel groups can be docked on the right side of the screen or undocked by dragging the panel name.

true

Press Shift and Click files to select the first file and the last file so you select all consecutive files in between.

true

Rather than simply accepting the default presentational properties, you can use cascading style sheets (CSS), which contain instructions that tell a browser how to format those elements.

true

Screen-reading software when reviewing the content of a page and its relevance to a particular topic, uses headings and heading levels to make evaluations for search engine software.

true

Setting up a site is a crucial first step in beginning any project in Dreamweaver. Knowing where the site root folder is located helps Dreamweaver determine link pathways and enables many site wide options, such as orphaned-file checking and Find and Replace

true

The <table> tags enclose the entire table.

true

The CSS file which is a set of instructions on how to display the web page, is separate from the HTML document.

true

The Common Toolbar appears by default on the left side of document.

true

The shortcut for COPY is Control - C.

true

The shortcut for Edit....CUT is Control-X.

true

The usual location for the Property Inspector is to be docked at the bottom of the document window.

true

Visitors get frustrated very quickly when they're forced to return to the home page every time they want to jump to a different set of pages. So be careful to create your links properly.

true

Websites are designed so all of the pages, image files, style sheets, and other resources are stored on your local drive in a folder called local root folder.

true

When you move files into a folder, that folder automatically expands in the Files panel.

true

When you sort the Files panel by name, folders are moved to and alphabetized at the top of the list above individual files, in Windows.

true

You can remove a link by selecting the linked text or object and deleting it from the Link field in the Properties panel.

true

You should always click Update when prompted because changes are not automatically saved and updated.

true

You should expand and collapse Files panel folders as necessary, depending on your available screen space.

true

The ______ List button formats selected paragraphs as items in a bulleted list.

unordered

Using Dreamweaver design tools, you can create dynamic and interactive _______ without writing a word of code.

web pages

Under what menu do you locate the panels in Dreamweaver?

windows


Related study sets

Group Life Insurance Retirement Plans & Social Security Disability Progdram

View Set

NURS 3120: Intro to health assessment; powerpoint questions

View Set

Foundations of Nursing II - Unit 6

View Set

Folder.Chapter 6A: Agency Fundamentals

View Set

grounding and bonding concept check

View Set

Unit 5: Telecommunication Systems

View Set