Identify an attribute selector that recognizes groups

Assignment Help Web Project
Reference no: EM131777743

Question 1
An additional factor in applying a style sheet is that properties are passed from a parent element to its children in a process known as style inheritance.
True

False

Question 2
Saturation measures the intensity of the chosen color and ranges from 0% (no color) up to 100% (full color).
True

False


Question 3
A pixel is a relative unit because the actual rendered size depends on the density of the output device.
True

False


Question 4
Hue measures the brightness of a color and ranges from 0% (black) up to 100% (white).
True

False


Question 5
Cascading Style Sheets (CSS) allow RGB values to be entered as hexadecimal numbers.
True

False


Question 6
To access and load a web font, the @font-face rule should be added to a style sheet.
True

False


Question 7
In addition to the W3C-supported style properties, most browsers supply their own extended library of style properties, known as browser extensions.
True

False


Question 8
RGB triplets can describe 2563 (16.7 million) possible colors, which is a greater number of colors than the human eye can distinguish.
True

False


Question 9
Leading measures the amount of space between characters, while tracking refers to the amount of space between words.
True

False


Question 10
Writing a style rule on a single line saves space, but entering each style property on a separate line often makes a code easier to read and edit.
True

False


Question 11
Embedded styles are directly applied to specific elements using the style attribute.
True

False


Question 12
One approach to retain the consistency of web page text is to use absolute units, which are expressed relative to the size of other objects within the web page.
True

False


Question 13
A color value is an alphabetic expression that represents the intensity of the primary colors.
True

False


Question 14
One advantage of user-defined style sheets is that they make the web more accessible to visually impaired users who may require larger fonts or the absence of clashing color schemes.
True

False


Question 15
A decimal is a number expressed in the base 16 numbering system rather than in the commonly used base 10 system.
True

False


Question 16
Cascading Style Sheets (CSS) allow RGB values to be entered as _____.
a. hexadecimals
b. WYSIWYG values
c. binaries
d. RBG values


Question 17
The default value for both kerning and tracking is _____ pixels.
a. 8
b. 5
c. 2
d. 0


Question 18
Case-Based Critical Thinking Questions

Case 3-1

Alex's woodworking shop is trying to design a web page with Cascading Style Sheets (CSS). Alex would like create the new design based on the latest elements and styles from Hypertext Markup Language (HTML) and CSS. He has created a few sample pages:

home.htm

---describes the business and contact information

Product.htm

---displays a list of product descriptions

Custom.htm

---displays a list of custom products


Alex's product style rules can be imported into a single file by adding the command _____.
a. @import url (product.css);
b. @import (type: css url: product);
c. @import css (product.css);
d. @import url (css.product);


Question 19
The _____ statement must always come before any other style rules in a style sheet.
a. !embed
b. @import
c. !import
d. @embed


Question 20
Identify a rule that should be added to a style sheet to access and load a web font.
a. @font-face
b. @charset "utf-8";
c. font-style: type;
d. aside: {font-family}


Question 21
A(n) _____ represents a single dot on an output device.
a. element
b. link
c. icon
d. pixel


Question 22
Identify a padding property used to set the width of the padding space.
a. padding: style;
b. padding: font;
c. padding: size;
d. padding: pixel;


Question 23
Case-Based Critical Thinking Questions

Case 3-2

Terry is building a web site and wants to have three main links called Home, Product Info, and Contact Us. She will create a hierarchy of page elements and revise the style sheets.


In this case, the Home page contains two _____ elements.
a. child
b. sibling
c. descendant
d. parent


Question 24
A _____ element is an element that contains one or more other elements, which are called child elements.
a. parent
b. family
c. descendant
d. sibling


Question 25
Case-Based Critical Thinking Questions

Case 3-1

Alex's woodworking shop is trying to design a web page with Cascading Style Sheets (CSS). Alex would like create the new design based on the latest elements and styles from Hypertext Markup Language (HTML) and CSS. He has created a few sample pages:

home.htm

---describes the business and contact information

Product.htm

---displays a list of product descriptions

Custom.htm

---displays a list of custom products


Alex had forgotten to give any style for all of his pages. In this case, identify the style that would be applied to his pages.
a. User defined style
b. External style
c. View render style
d. User agent style


Question 26
The _____ unit is the preferred style unit for web page text because it makes it easy to develop pages in which different page elements have consistent relative font sizes under any device.
a. in
b. em
c. ft
d. en


Question 27
In the hexadecimal numbering system, the number 16 is expressed as _____.
a. F
b. 1F
c. 1
d. 10


Question 28
_____ measures the brightness of a color and ranges from 0% (black) up to 100% (white).
a. Hue
b. Darkness
c. Lightness
d. Saturation


Question 29
_____ is the tint of a color and is usually represented by a direction on a color wheel.
a. Saturation
b. Lightness
c. Hue
d. Darkness


Question 30
Decorative opening and closing quotation marks can be inserted using the _____ property.
a. type
b. label
c. deco
d. content


Question 31
The style rule
* {color: blue;}

uses the asterisk (*) selector-also known as the _____ selector-to select all elements in a document.

a. wildcard
b. text
c. object
d. character


Question 32
_____ measures the amount of space between words.
a. Kerning
b. Dithering
c. Pacing
d. Tracking


Question 33
A general rule for printing is to use _____ fonts for headlines and serif fonts for body text.
a. monospace
b. fantasy
c. sans-serif
d. cursive


Question 34
Case-Based Critical Thinking Questions

Case 3-2

Terry is building a web site and wants to have three main links called Home, Product Info, and Contact Us. She will create a hierarchy of page elements and revise the style sheets.


If Terry decides to select all elements belonging to the main class, he should use the _____ selector.
a. main[href]
b. p.main
c. .main
d. #main.intro


Question 35
Identify an attribute selector used to select an element based on its class value.
a. elem.class
b. class: .intro.elem
c. class *elem
d. elem#class


Question 36
_____ units are specified in one of five standard units of measurement.
a. Absolute
b. Standard
c. Uppercase
d. Relative


Question 37
Yellow has the RGB triplet _____.
a. (255, 0, 255)
b. (0, 255, 255)
c. (0, 0, 0)
d. (255, 255, 0)


Question 38
Which of the following rules defines character encoding in every Cascading Style Sheets (CSS) document?
a. &char="encoding";
b. &char "encoding";
c. @charset="encoding"
d. @charset "encoding";


Question 39
A _____ is a classification of an element based on its current status, position, or use in a document.
a. pseudo-class
b. pseudo-element
c. pseudo-style
d. pseudo-text


Question 40
Another type of pseudo-class is _____ pseudo-class in which the class can change state based on the actions of a user.
a. unstructured
b. dynamic
c. static
d. structured


Question 41
Which of the following properties is used to control the casing of text within an element?
a. font-variant
b. text-align
c. font-style
d. text-transform


Question 42
Extending the first line of text to the left of a text block creates a _____ indent.
a. leading
b. kerning
c. tracking
d. hanging


Question 43
Each child element may contain children of its own and so forth down the hierarchy, creating a set of _____ elements that are all descended from a common parent.
a. sibling
b. parent
c. descendant
d. child


Question 44
Identify a property used to align text horizontally.
a. align-text: horizontal;
b. horizontal-align: alignment;
c. text-align: alignment;
d. align-text: baseline;


Question 45
Color values using the HSL model are described in Cascading Style Sheets (CSS) 3 using _____.
a. #redgreenblue
b. hsl (hue, shadow, lightness, opacity)
c. rgb(number)
d. hsl (hue, saturation, lightness)


Question 46
_____ units express font size according to the size of other objects within a web page.
a. Relative
b. Output
c. Standard
d. Absolute


Question 47
Identify an element used for quoted material.
a. a
b. content
c. q
d. wbr


Question 48
The @import rule has the same impact as adding multiple _____ elements to a Hypertext Markup Language (HTML) file.
a. link
b. integrated
c. connection
d. contact


Question 49
Case-Based Critical Thinking Questions

Case 3-2

Terry is building a web site and wants to have three main links called Home, Product Info, and Contact Us. She will create a hierarchy of page elements and revise the style sheets.


To apply a style to all elements in a document, Terry should use the _____ selector.
a. *
b. +
c. f
d. e


Question 50
Identify an attribute selector that recognizes groups of elements that share a similar characteristic or property.
a. id
b. pseudo-element
c. list-style-position
d. class

Reference no: EM131777743

Questions Cloud

Solve for equilibrium output in the domestic economy : Draw representative graphs of the goods market and net-exports. Draw your graphs to illustrate the trade balance at the equilibrium level of output.
Potential problems associated with such a myopic view : Some managers focus on the 'bottom line,' meaning net income. This week, please discuss some of the potential problems associated with such a myopic view.
Prepare an audiovisual sales presentation : Prepare an audiovisual sales presentation that is supported by creative sales promotions as you assume the role of the new marketing associate.
Illustrate the trade balance at the equilibrium level : Draw representative graphs of the goods market and net-exports. Draw your graphs to illustrate the trade balance at the equilibrium level of output.
Identify an attribute selector that recognizes groups : Identify an attribute selector that recognizes groups of elements that share a similar characteristic or property - units express font size according
Calculate the future value of the next best alternative : You are considering installing all new compact fluorescent light bulbs in your house. Your initial investment in the light bulbs will cost a total of $400.
What elements should a designer or manager include : What types of items should you incorporate into an organization's brochure?What elements should a designer or manager include when developing a brochure?
List five interventions to address the global social problem : Discuss the Human Trafficking: Policy Perspective and Interventions. List at least 5 interventions to address the global social problem.
Can you re-create hydrox through a name change : Can you modify the original formula to make something new and more competitive? Will a brand extension work here? Why or why not?

Reviews

Write a Review

Web Project Questions & Answers

  Identify the technology and the web page you found

Identify the technology and the Web page you found. Briefly summarize the article and then analyze two challenges of the chosen technology

  Create a page for a pizza company where you have order form

Create a page for a pizza company where you will have an order form. When saving your page, be sure to choose an appropriate filename. At the top of your page, display the name of your pizza shop, a slogan, and an image.

  Discuss advantages and benefits of open source software

Discuss the advantages and benefits and disadvantages of open source software for developers and users. Present any research findings that attempt to compare the quality of commercial proprietary code with open-source code.

  Drawbacks and benefits of working with multiple tables

Discuss the drawbacks and benefits of working with multiple tables? Present an example of a situation where multiple tables would be appropriate in an application and discuss why this approach is needed in this scenario.

  Identify the three most widely used browsers

Identify the three most widely used browsers. Identify methods for dealing with cross-browser compatibility. Reflect on the importance of standards compliance (or non-compliance) by both.

  Create a prototype auction site

Create a prototype auction site like this one. As usual, you are free to copy the HTML generated by this program in building your own.

  Set the href attribute in the location it is supposed to go

An anchor can allow a user to jump around quickly through a page. Then set the HREF attribute in the location it is supposed to go, making sure to include the pound sign.

  Explain designing and implementing a web application

This project aims to give students hands-on experience in designing and implementing a Web application on their own. In recent years, scientists have increasingly turned to the web for keeping up-to-date with the recent publications in their respec..

  Develop a multimedia website with text

Develop a multimedia Website with text, still images and video elements. It is optional to deploy the Website with some free Web hosting service.

  User interface design

Review the Principles of User Interface Design presentation located in the Week Three section of the student website. Evaluate a website of your choice for adherence to the six design principles outlined in the presentation

  Design a contact page and add to the website

Create a CSS navigation bar with roll over effects for the website. Design a contact page and add to the website.

  Explain the importance of usability when designing a website

List the reasons why using clear standards are important when developing a website. In what areas should these standards be applied?

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd