Web1 Chp-7 Quiz

अब Quizwiz के साथ अपने होमवर्क और परीक्षाओं को एस करें!

Set list-style-type to the value ___________ to hide the display of the list markers on an ordered list.

none

How would you define an internal bookmark or named reference at the top of a page, called top ?

<a name= top id= top ></a>

How would you define a fragment identifier at the top of a page, called "top"?

<div id="top">

Which one of the following optimizes navigation for mobile use?

provide minimal navigation near the top of the page

When do you need to use a fully qualified URL in a hyperlink?

when linking to a page on an external web site

According to the CSS rules of precedence, ______ styles override ________ styles.

inline, external

Which one of the following can optimize page layouts for mobile use?

limit scrolling to one direction

How would you link to the named fragment #school on the page resume.html from the home page of the site?

<a href="resume.html#school">Educational Background</a>

The ______attribute indicates if a style sheet configures for screen display or the printed page.

media

Use the ___________ property in the HTML link tag to associate a Web page with a style sheet for mobile device display.

media="only screen and (max-device-width: 480px)"

When linking to a file in the same folder or directory, the value of the href is the ________________.

name of the file

The __________ attribute of the anchor tag can cause the new web page to open in its own browser window.

target

If a web page contains both a link to an External Style Sheet and Embedded Styles,

the External Styles will be applied first, then the Embedded Styles will be applied.

The CSS sprites technique uses the following to manipulate the placement of the background image.

All of these (-background-image -background-repeat -background-position)

Which of the following is true concerning CSS styling for print?

All of these (-Create one external style sheet for browser display and a separate external style sheet for printing. -Use the link element attribute media to indicate print or screen. -CSS offers you some control over what gets printed and how the printouts are configured.)

Which of the following are examples of best practices for CSS print styling?

All of these (-hide non-essential content -use pt units on font sizes -use control page breaks)

Which of the following are considerations when designing CSS styling for the Mobile Web?

All of these (-small screen size. -low bandwidth (slow connection speed). -awkward controls)

In the "cascade", rules of precedence the external styles can override the inline styles.

False

A CSS sprite is an image file that contains multiple small graphics.

True

A Web developer can override global external styles on selected pages due to the CSS rules of precedence, also known as the "cascade".

True

Any HTML tag or attribute will override styles.

True

Often a Web page layout will consist of a header across the top of the page with 3 columns below: navigation, content, and sidebar.

True

One advantage of using CSS for page layout is that you can write semantically correct code by using markup tags that most accurately reflects the purpose of the content.

True

One technique for creating a three-column page is to code the left column with float:left and the right column with float:right so the center column occupies the middle of the browser window.

True

Style rules applied to local elements (such as a paragraph) take precedence over (override) those applied to more global elements (such as a <div> which contains the paragraph).

True

The target attribute on an anchor tag will open a hyperlink in a new browser window or browser tab.

True

You can create a separate style sheet to configure the display on handheld devices.

True

Select the CSS rules of precedence from the choices below.

external, embedded, inline

Use the _______________ property to configure an image to use as a bullet point in an unordered list.

list-style-image

Use the _______________ property to eliminate the bullets from an unordered list.

list-style-type (remember, you only want TYPE to show, no bullets. So don't choose "none")


संबंधित स्टडी सेट्स

Chapter 55 Clients W/Male Reproductive Disorders

View Set

Marketing Sample Questions Exam 1

View Set

Guaranteed Exam Wrong Questions Part 1

View Set