SDEV 153 Chapter 1-7

Pataasin ang iyong marka sa homework at exams ngayon gamit ang Quizwiz!

Choose the color below that is considered a Web Safe Color. #0045CC #653456 #000044 #33FF99

#33FF99

This special character can be used to add one or more blank spaces between web page content

 

The CSS universal selector is indicated by which of the following symbols?

*

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; }

What tag pair is used to create the largest heading?

<h1></h1>

Select the tag used to place an image on a web page.

<img>

Web pages have two sections: a head and a body. T or F

True

A(n) ________ is a type of ________.

URL, URI

Select a recommendation for mobile web design from the choices listed below. Use a single column page layout. Use large images. Use pt units for font sizes. None of these are best practices for mobile web design.

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

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

World Wide Web Consortium (W3C)

_________ 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

Use the ________ property to resize or scale the background image.

background-size

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); }

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

margin

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

padding

When configuring the background color of an element, the background color is applied to both the content and ________ areas.

padding

The box model consists of a content area surrounded by:

padding, border, and margin

The four principles of WCAG 2.0 are as follows:

perceivable, operable, understandable, robust

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

progress

Select the recommended design practice that applies to a website using images for main site navigation. provide alternative text for the images place text links at the bottom of the page both provide alternative text for the images and place text links at the bottom of the page No special considerations are needed.

provide alternative text for the images

A ________ of a color is darker than the original color and is created by mixing the color with black.

shade

The purpose of the img element's ________ attribute is to provide a method for a browser to display different images depending on specific criteria indicated by the web developer.

srcset

A _________ can be configured to house a separate website located at the same domain.

subdomain

You should code width and height dimensions for images because:

the browser will be more efficient and the page will load faster.

Use an id to configure a style when:

the style will apply to only one element on a page.

Select the main reason for the initial development of the World Wide Web from the list below. to allow companies to advertise over the Internet to allow companies to conduct commerce over the Internet to allow communication between researchers and links between research papers None of these

to allow communication between researchers and links between research papers

What is the purpose of the content property?

to generate content that is added to the web page document

Select the best reason to include height and width attributes on an <img> tag.

to help the browser render the page faster because it reserves the appropriate space for the image

A(n) ________ color scheme consists of three colors that are equidistant on the color wheel.

triadic

Which of the following attributes would configure an ordered list to display uppercase letters? type="a" type="U" type="letter" type="A"

type="A"

Select a good design recommendation for text hyperlinks. create the entire sentence as a hyperlink include the words "Click here" in your text use a key phrase as a hyperlink None of these

use a key phrase as a hyperlink

Which of the following is NOT a web design recommended practice? design your site to be easy to navigate use frames whenever possible design your pages to load quickly limit the use of animated items

use frames whenever possible

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

True

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

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 purpose of the ________ element is used to configure the headings for a web page document or section of a web page document.

header

The tag is coded in the ________ section of a web page document.

header

Select the three most common methods of organizing websites.

hierarchical, linear, and random

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

image map

Select the code below that uses CSS to eliminate the default border on an image configured as an image link. a {border: 0; } img {border: 0; } img {border-style: none; } None of these

img {border: 0; }

Include the keyword ________ in a media query to cause older, nonsupporting browsers to ignore the media query.

only

The CSS3 ________ property configures the transparency of an element.

opacity

Choose the example below that configures a comment in CSS.

/*comment*/ (contains Astricks)

Select the most popular screen resolution from those listed below. 1024 by 768 800 by 600 1366 by 768 240 by 320

1366 by 768

Which pseudoelement 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>

What tag pair is used to create a new paragraph?

<p></p>

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

<strong>...</strong>

Consider ________ when designing for display on a mobile device. small screen size font size contrast All of these

All of these

Select the true statement below. Animation should be used to appeal to all target audiences. Animation should be used only if it enhances your website. Animation should be used as much as possible to make your website exciting. None of the statements are true.

Animation should be used only if it enhances your website.

The on-demand use of software and other computing resources hosted at a remote data center (including servers, storage, services, and applications) over the Internet is called ________.

Cloud Computing

A hyperlink with the phone: scheme may cause a web browser on a mobile device to initiate a phone call. T or F

False

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

HTTP

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 domain name is a unique text-based Internet address corresponding to a unique ________.

IP address

The first widely used graphical web browser was developed at:

NCSA

It is possible to use CSS to configure page breaks in a printed web page. T or F

True

Select the true statement from the list below. When a domain name ends in .com it indicates that it is a computer company. A country code domain name can only be owned by someone who resides in that country. Only non-profit organizations can purchase a .org domain name. None of these statements are true.

None of these statements are true.

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

Normal

The concept of ________ relates to providing a single resource that is configured for optimal display on multiple types of devices.

One Web

Select protocols that are used for e-mail processing. ETP, FTP SMTP, POP3 SMTP, POP3, IMAP ETP, FTP, SMTP

SMTP, POP3, IMAP

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

TCP

________ invented the World Wide Web.

Tim Berners-Lee

A(n) _________ website provides accommodations that help individuals overcome barriers such as visual, auditory, physical, and neurological disabilities.

accessible

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

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

clear: right;

Use the ________ or ________ property to clear a float.

clear; overflow

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

com

Applying the design principle of ________ serves to add visual interest and draw attention.

contrast

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

description list

Which CSS property configures a flex container?

display

Select the browser's action when you configure BOTH a background color and background image for the body selector.

display the background color while the background image loads and before the background image is displayed

_________ will cause an object not to display.

display: none;

The text contained between title tags is:

displayed in the title bar of the browser window

Select the best description of "white space." empty screen area around blocks of text and images using the background color of white for a page both empty screen area around blocks of text and images and using the background color of white for a page None of these

empty screen area around blocks of text and images

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

float:right;

A page layout technique that often uses a percentage value for width is called ________.

fluid

Components of responsive web design include:

fluid layout, flexible images, media queries

The purpose of the ________ element is to configure the footer information on a web page document.

footer

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

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

media="print"

Which of the following reserves the first column in a three row grid for the nav element?

nav { gridrow: 1/4; gridcolumn: 1/2; }

The main site navigation or a section offering navigation choices should contain:

visually grouped sections of hyperlinks

Choose the item below that is NOT an HTML5 element. footer figure wrapper article

wrapper


Kaugnay na mga set ng pag-aaral

5 - Health and Accident Insurance

View Set

Chapter 12: Distribution Channels

View Set

Microeconomics-Chapter 13-Monopoly

View Set

Technical Competency: People - Talent Acquisition

View Set

Psychology 101 FINAL EXAM (exam 1)

View Set