unit

Réussis tes devoirs et examens dès maintenant avec Quizwiz!

Joey wants to develop a "one size fits all" Web page that will adjust to the screen size of different device. What term describes the type of Web page creation in which Joey wants to engage?

"responsive design". ------ Users no longer view Web pages only through standard Web browsers, (Smartphones, tablets, smart TVs and gaming consoles are all capable of reading markup languages). HTML5 and CSS3 allow most devices to properly render the code, regardless of the size of the device's screen.

How can you "comment out" a particular rule in a style sheet so that it will be ignored when you link the style sheet to a Web document?

If you want a particular rule in a style sheet to be ignored, you can "comment out" the entry by placing it in between the /* and */ characters.

Which of the following statements about HTML5 is true?

-HTML5 provides modern design techniques for the Internet while requiring fewer plug-ins, such as the ability to standardize how video and audio are presented on a Web page. -The HTML5 <video> and <audio> elements eliminate the need to install third-party plug-ins for video and audio content. -HTML 4.01 comes in the Transitional, Strict and Frameset variants. -HTML5 is designed to work with CSS and JavaScript (a scripting language) to provide dynamic, interactive content that renders properly in many different environments.

Which choice correctly describes two benefits of Cascading Style Sheets (CSS)?

-If all pages on your site are linked to the same external style sheet, then one simple change to the style sheet will change all associated elements across the site. ------ For example, if you want to change your <h1> heading styles, you do not need to change every page manually. Simply change one line in a style sheet file attached to all your pages, and then all your <h1> headings will change their appearance to conform to the style sheet. This technology can save a great deal of development and maintenance time, as well as provide a more consistent, accessible interface for your Web site.

HTML comes in several versions. Which of the following includes the Transitional, Strict and Frameset "flavors"?

-The three HTML 4.01 flavors are Transitional, Strict and Frameset. -HTML5 is the latest version of HTML and does not have variants. -HTML 3.2 is an older but functional HTML standard that is the predecessor to HTML 4.01. ------ HTML 4.01 has three distinct variants, or "flavors." The HTML 4.01 flavors ensure that you could use the specification and still remain backward-compatible with older Web browsers.

Which HTML structure element was designed to enclose Web site content such as company services, blogs, images and videos?

<article>

For what purpose should Arnold use Cascading Style Sheets (CSS) when designing his Web pages?

Cascading Style Sheets (CSS) is a Web design technology that enables developers to determine how the HTML elements in their Web pages will display, giving a page or entire site a particular "look and feel." A style guide can consist of the standards and rules a Web developer should apply when writing HTML code.

You are a novice Web developer, and your mentor has suggested that you familiarize yourself with HTML5 and Cascading Style Sheets (CSS). Being somewhat unfamiliar with CSS, you discover that it is:

Cascading Style Sheets (CSS) is a Web design technology that enables developers to determine how the HTML elements in their Web pages will display, giving a page or entire site a particular "look and feel." CSS instructions can be: applied inline to individual HTML elements on an HTML page; embedded within an HTML page to affect all specified elements on that page; and collected in an external file that is linked to multiple HTML pages.

Jane wants to develop mobile apps using the technologies contained in the "HTML5 family." Which language in the family should Jane use to structure and describe content for her apps?

HTML5, CSS and JavaScript are sometimes called the "HTML5 family" or the "Web development trifecta." HTML5 is a markup language used for structuring and describing Web page content. JavaScript is a scripting language that provides dynamic, interactive capabilities to Web pages. CSS is a style sheet language that provides the formatting and "look" of a Web page or document written in a markup language.

Moishe wants to develop mobile apps using the technologies contained in the "HTML5 family." Which language in the family should Moishe use to create dynamic, interactive capabilities for his apps?

HTML5, CSS and JavaScript are sometimes called the "HTML5 family" or the "Web development trifecta." JavaScript is a scripting language that provides dynamic, interactive capabilities to Web pages. HTML5 is a markup language used for structuring and describing Web page content. CSS is a style sheet language that provides the formatting and "look" of a Web page or document written in a markup language.

"HTML family" and "Web development trifecta"= which combination of Web technologies?

HTML5, CSS3 and JavaScript

What three technologies used together provide Web pages that easily adapt to smartphones, tablets, gaming devices and smart TVs, as well as to traditional computers?

HTML5, Cascading Style Sheets (CSS) and JavaScript. these technologies create Web pages that easily adapt to smartphones, tablets, gaming devices and smart TVs, as well as to traditional computers.

You can use a CSS style sheet rule to override styles specified in a linked external style sheet. Which term is used to describe this style sheet behavior?

Inheritance is a CSS behavior in which the styles you define will flow, or cascade, throughout the document unless another style defined within the page specifically overrides it. --- For example, styles embedded in an internal style sheet in an HTML page's code will override styles specified in a linked external style sheet. Many styles can be used together to create a completely formatted document. All these characteristics, whether they are defined in a style sheet or exist by default, are inherited throughout the rest of the document.

In CSS, what is the name for a selector, property and value all grouped together?

Rule

In a CSS style sheet, which of the following determines the image behind the contents of a page?

The background-image property

What is the term for a relatively small application developed exclusively for mobile devices?

The term "app" has become widely used to describe relatively small applications developed exclusively for mobile devices. Smartphones and tablets created a huge market for apps.

The term "responsive design" describes the ability to create pages that:

The term "responsive design" describes the ability to create pages that respond to user screen size and that work in multiple environments. ----- The principle of responsive design is essential for today's user interface (UI) designers.

What happens when you place a CSS rule between the /* and */ characters?

When you place a CSS rule between the /* and */ characters, the rule will be ignored, or "commented out." You can also add comments to explain the rules to others.

Consider the following Cascading Style Sheets (CSS) rule. Which is the "declaration" portion of this rule?

body {color: #008080;} The portion inside the curly braces is called the declaration. ---- The portion that reads "color" is the property. The portion that reads "body" is called the selector, and the portion that reads "#008080" is called the value.

Which of the following is the best example of good coding practice?

h1 { font-family: times new roman, veranda; color: #000000; font-size: 20px; } The following code is the best example of good coding practice wherein the opening curly brace is on the same line as the element and each declaration is placed on a separate line. This spacing makes the CSS file easier to read.


Ensembles d'études connexes

MIL CSp2, Unit 17 Vocabulary - Expresiones y Dichos

View Set

Chapter 9 - Small Business Entrepreneurs

View Set

Completing the application, underwriting, and delivering the policy

View Set

Chapter 51: Caring for Clients with Diabetes Mellitus

View Set

Ch. 2 Molecules & Chemical Bonds

View Set

Biology chapter 4 Tissue Level of Organization

View Set

Math 1321-Exam One, Chapters 1, 2, & 3

View Set

Biostatistika -FKH Undana-Kupang-NTT Indonesia

View Set