Web Programming 1,2,3,4,6,7

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

Choose the HTML5 element below that is used to configure an area on a web page that can stand on its own and could potentially be syndicated.

article

The ________ HTML5 element is used to tangential or supplemental content.

aside

Use the ________ property to configure multiple backgrounds on an element.

background

Select the code below that configures a background image to repeat horizontally across a web page.

background-repeat: repeat-x;

Select the code below that will configure a background image called parchment.gif for a web page using CSS.

body { background-image:url(parchment.gif); }

Select the code below that uses CSS to configure a background color of #eaeaea for a web page.

body {background-color:#eaeaea;}

Use the _____ property to configure rounded corners with CSS.

border-radius

Use the ______ or _______ property to clear a float.

clear or overflow

Select the example below that could be used to clear a right float.

clear: right;

The declaration property used to set the text color on a web page is:

color

Which CSS property configures the color of text?

color

Choose the color below that is considered a Web Safe Color:

#33FF99

Select the code below that uses CSS to configure a id named "footer" that configures small, italic text.

#footer { font-size: small; font-style: italic; }

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

none

Include the keyword ________ in a media query to cause older, non-supporting browsers to ignore the media query.

only

Choose the example below of a descendant selector that configures the anchor tags within the element assigned to the an id named special.

#special a

Choose the special character that is used to indicate a blank space.

 

Choose the tag pair that is use to link web page documents to each other.

<a> tag

Which of the following tags does not require a closing tag?

<br>

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

<div id="top">

Use the ________ tag to configure a section of a web page that is physically separated from others.

<div> </div>

Choose the preferred tag pair to use when emphasizing text.

<em></em>

What tag pair is used to create the largest heading?

<h1> </h1>

The tag used to create a horizontal line on a web page is:

<hr>

What tag pair contains the items in an ordered or unordered list?

<li> </li>

Select the code below that associates a favorites icon named favicon.ico with a web page document.

<link rel="icon" type="image/x-icon" href="favicon.ico">

Use the _____ tag to associate a web page with an External Style Sheet.

<link>

What tag pair is used to create a new paragraph?

<p> </p>

Use the ________ tag to configure a generic area on a web page that is embedded within a paragraph or other block display element.

<span> </span>

Choose the preferred tag pair to use when displaying important text in bold font.

<strong> </strong>

Use the ________ tag to code embedded styles on a web page.

<style> </style>

Use the _____ attribute to display an image to the right of a block of text.

Align

What attribute can be used to center an element (such as a paragraph) on a web page?

Align

The purpose of the _______ protocol is to ensure the integrity of the communication.

TCP

Choose the true statement below.

The content that displays in the browser is contained in the body section.

Choose the organization listed below that takes a proactive role in developing recommendations and prototype technologies related to the the Web.

W3C, World Wide Web Consortium

Select the items below that can be used as a CSS Selector.

all of these

Choose the attribute used to provide accessibility by configuring a text alternative that is available to browsers and other user agents that do not support graphics.

alt

Select the example below that configures a container to clear all floated elements that are within the container.

overflow: auto;

The ________ is the area between the content and the border.

padding

The box model consists of a content area surrounded by:

padding, border, margin

Use the ________ property along with the left, right and/or top property to precisely configure the position of an element.

position:absolute;

The HTML5 ________ element visually displays a bar that depicts a numeric value within a specified range.

progress

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

when linking to a page on an external web site

Choose the item below that is not an HTML5 element.

wrapper

A type of graphic that can be made transparent and is commonly used on the Web is:

gif

A ________ is a smooth blending of shades from one color to another.

gradient

Select the code below that uses CSS to eliminate the default border on an image configured as an image.

img {border: 0;}

A type of graphic that is best-suited to photographs is:

jpg

Select the function of an e-mail link from the choices below.

launch the default e-mail application for the visitor's browser with your e-mail address as the recipient

CSS was first proposed as a standard by the W3C in ________.

1996

Which pseudo-element can be used to generate content that precedes an element?

:before

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>

When using the box model, the ________ is always transparent.

margin

Which of the following configures a margin for an element with the following values: top margin 30 pixels, left margin 150 pixels, right margin 0 pixels, and bottom margin 0 pixels?

margin:30px 0 0 150px;

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

media

A ________ determines the capability of the mobile device, such as screen resolution, and directs browsers to CSS.

media query

Use the ________ property in the HTML link tag to to associate a web page with a style sheet for printing.

media="print"

The ________ HTML5 element is used to configure the main navigation area on a web page.

nav

Choose the example below of a descendent selector that configures the anchor tags with the nav element.

nav a

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

target

A smaller version of a larger image that usually links to the larger image is called a:

thumbnail image

Which of the following attributes would configure an ordered list to display uppercase letters?

type="A"

The ________ meta tag configures scale and dimension on mobile web page display.

viewport

The CSS to create the class called myfloat that floats to the right of the other page content, has a 10px margin, and a solid border is:

.myfloat {float:right; margin:10px border: 1px solid #000000; }

Select the code below that uses CSS to configure a class called "offer" with blue text that uses the Arial or sans-serif font typeface.

.offer {color:blue; font-family:Arial,sans-serif;}

Choose the example below that configures a comment in CSS.

/*comment*/

The default value for the border property for an element is:

0 pixels

Choose the tag pairs that are used in a description list (previously called definition list)

All of these

Choose the recommended method(s) to obtain graphics for your web site.

Both purchase a CD of graphics and Use graphics application and create your own

When a web page uses graphics for the main navigation links, provide accessibility by:

Both using alt attributes and providing text links on the bottom of the page

An External Style Sheet uses the ________ file extension.

CSS

To apply a style to one or more elements on a web page, configure a CSS _______

Class

Select the item below that lists the top level domain name for the URL http://www.yahoo.com.

Com

What type of HTML list would be good to use to display a list of terms and their definitions?

Definition List

The text contained between title tags is:

Displayed in the title bar of the browser window

_______ is a set of rules for exchanging files such as text, graphic images, sound, video, and other multimedia files on the Web.

HTTP

The _______ HTML5 element is used to configure the top logo area on a web page.

Header

New Top Level Domains (TLDs) are coordinated by

ICANN

The_____ protocol is a set of rules that controls how data is sent between computers on the Internet.

IP

A(n) _______ is an image that is configured so that parts of the image can be used as one or more hyperlinks.

Image map

When CSS is coded in the body of the web page as an attribute of an HTML tag it is called ________.

Inline

The _____ pseudo-class configures the appearance of the hyperlink before it is clicked.

Link

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

Media

The first widely used graphical web browser was developed at:

NCSA

________ flow displays the elements on the page in the order they appear in the web page source code.

Normal

Select protocols that are used for e-mail processing.

SMTP, POP3, IMAP

Cascading Style Sheet rules are comprised of:

Selectors and Declarations

Select the main reason for the initial development of the World Wide Web from the list below:

To allow communication between researchers and links between research papers

What is the purpose of the :content pseudo-element?

To generate content that is added to the web page document

A ______ is a type of _______.

URL, URI

Select a recommendation for mobile web design from the choices listed below.

Use Percentage or em units for font sizes

Select a recommendation for mobile web design from the choices listed below.

Use a single column page layout

A network that is geographically dispersed and may use some form of public or commercial communications network is called a(n):

WAN

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

When linking to a page on an external website

______ combines the formatting strengths of HTML 4.0 and the data structure and extensibility strengths of XML.

XHTML

A language using a text-based syntax intended to extend the power of HTML by separating data from presentation is called ________.

XML

To associate an external style sheet with a web page, code:

a link element in the head section of the web page

To apply a style to a certain group of elements on a web page, configure a CSS ________.

class

The Web Safe Color Palette is a collection of 216 colors that

display the most similar on both the Mac and PC platforms

________ will cause an object not to display.

display:none;

Use ________ positioning to configure the location of an element to remain the same and to not move even when the web page is scrolled within the browser viewport.

fixed

If an element is configured with ________ the other content on the page will appear to its left.

float:right;

Components of responsive web design include:

fluid layout, flexible images, media queries

Which CSS property configures the font typeface?

font-family

Which CSS property configure the size of text?

font-size

Which CSS property can be used to configure italic text?

font-style

Use the ________ property to configure bold text using CSS.

font-weight

From the choices below select the correct order to code CSS pseudo-classes.

link, visited, hover, active

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

list-style-image

What is the term used to describe image file that contains multiple small graphics?

sprite


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

Intro to Nutrition chapter 5 Lipids.

View Set

Chapter 21: The Breast (Matching)

View Set

NCHES: Area of Responsibility 1: Assessment of Needs and Capacity (8th Ed.)

View Set