CIW Site Development Associate

Ace your homework & exams now with Quizwiz!

What is Dynamic HTML (DHTML)? A. A combination of HTML, script, styles and the Document Object Model (DOM) that provides Webpage interactivity B. Cascading Style Sheets (CSS) C. A markup language that describes document content instead of adding structure or formatting to document content D. A markup language that defines page layouts, hyperlinks, fonts, graphics and more to enable pages to render in Web browsers

A. A combination of HTML, script, styles and the Document Object Model (DOM) that provides Webpage interactivity

Which of the following describes a CGI? A. A program that allows a Web server to pass control to a software application in order to process user submitted data. B. A script that is embedded in an HTML page, downloaded by the user, and executed on their local machine. C. An element on a Webpage used for collecting user input. D. A dedicated piece of hardware and/or software that serves user requests for Webpages as well as receives user input.

A. A program that allows a Web server to pass control to a software application in order to process user submitted data.

What is the default administrative password for Windows systems for permissions typically assigned by an ISP? A. Administrator B. Execute C. Root D. Password

A. Administrator

Why should you avoid adding spaces or hard returns within an <img> tag? A. Because XHTML will render the additional spaces or hard returns, which may affect the placement of the image on the page B. Because this practice makes the source code more difficult to interpret C. Because this practice prevents the image from rendering in a browser D. Because HTML will render the additional spaces or hard returns, which may affect the placement of the image on the page

A. Because XHTML will render the additional spaces or hard returns, which may affect the placement of the image on the page

If you want to specify default text for a text area box, where should you add the text that will appear as default text? A. Between the <textarea> tags B. To the name="" attribute of the <textarea> tag C. To the value="" attribute of the <textarea> tag D. To the type="" attribute of the <textarea> tag

A. Between the <textarea> tags

What is the term for code embedded into an HTML page and downloaded by a user to help process Web form input? A. Client-side script B. Structured Query Language (SQL) C. Common Gateway Interface (CGI) D. Server-side script

A. Client-side script

Which of the following statements is true of Dynamic HTML (DHTML)? A. DHTML is both a front-end and a back-end solution. B. The popularity of DHTML is diminishing. C. DHTML increases the burden on the server. D. DHTML is a front-end solution but not a back-end solution.

A. DHTML is both a front-end and a back-end solution.

Which of the following would be the best method to use for floating images to the left and right of text in HTML5 if you are developing sites with multiple pages? A. External CSS classes B. The width attribute of the <img> element C. The height attribute of the <img> element D. The inline CSS style attribute

A. External CSS classes img.floatleft { float: left; margin: 5px; } <img src="syb/SYBcollage2.png" class="floatleft" />

Which choice correctly describes the functionality of GUI page editors, rather than GUI site management editors? A. GUI page editors are usually limited to creating individual Webpages using your mouse and a toolbar. B. GUI page editors are larger applications of which GUI site management editors are one feature. C. GUI page editors provide both Webpage creation and site management functionality. D. GUI page editors allow you to edit existing Webpages but not create Webpages.

A. GUI page editors are usually limited to creating individual Webpages using your mouse and a toolbar.

Which Web image format is best suited for line art, custom drawings and navigational images? A. Graphics Interchange Format (GIF) B. Windows Bitmap (BMP) C. Portable Network Graphics (PNG) D. Joint Photographic Experts Group (JPEG)

A. Graphics Interchange Format (GIF)

The HTML5 canvas API has only two attributes. Which are they? A. Height and width B. Background and shape C. Border and background D. Border and margin

A. Height and width

Certain functionality features are offered by most GUI editors. Which feature offers easily identifiable graphical buttons to provide the same functions found in text-based menus? A. Icon bars B. Image functions C. Text style options D. Templates and wizards

A. Icon bars

Which are examples of modern server-side scripting processors that might be used to handle a Web form's input? A. PHP, ASP, Java B. Common Gateway Interface (CGI) Scripts C. IIS, Tomcat, Apache D. Linux/Unix, Mac, Windows

A. PHP, ASP, Java

What is the term for a hardware-based or software-based system that mediates between a merchant and an acquirer? A. Payment gateway B. Certificate authority (CA) C. Transaction host D. Clearing house

A. Payment gateway

You are developing a Website using a GUI editor, and you want to validate your code for conformity to W3C standards. What does a validation engine use to determine the W3C standard it should validate against? A. The HTML page's !DOCTYPE declaration B. The HTML page's <html> tag C. The HTML page's <DTD> tag D. The HTML page's template

A. The HTML page's !DOCTYPE declaration

Which term describes a business that markets and sells goods and services that it does not own or store? A. Cluster B. Aggregator C. Niche D. Target

B. Aggregator

What is the term for a set of universal commands, calls and functions that allows developers to communicate with an application or operating system? A. DHTML event handler B. Application programming interface (API) C. Compiler D. Emulator

B. Application programming interface (API)

You are developing a Website using a GUI editor. You have written code in the pages to the HTML 4.01 Transitional standard, and it has validated. Then a team member, hearing that the site will be updated to HTML5 soon, changes the !DOCTYPE declaration on this page to refer to HTML5. Although your page once validated as HTML 4.01 Transitional, it no longer validates. What is the fastest way to get the page to validate? A. Edit the page code to conform to the HTML5 standard as declared in the !DOCTYPE. B. Change the !DOCTYPE declaration back to HTML 4.01, to which the page code currently conforms. C. Delete the !DOCTYPE declaration from the page and validate the code without it. D. Delete the DTD reference from the page's !DOCTYPE declaration and validate the code without it.

B. Change the !DOCTYPE declaration back to HTML 4.01, to which the page code currently conforms.

Which of the following is a proprietary technology that manipulates vector-based graphics to create animated sequences? A. Animated GIF technology B. Flash technology C. Scalable Vector Graphics (SVG) technology D. Animated PNG technology

B. Flash technology

The HTML Web development "trifecta" consists of: A. HTML5, XHTML and XML. B. HTML5, CSS and JavaScript. C. XML, CSS and JavaScript. D. XHTML, CSS and JavaScript.

B. HTML5, CSS and JavaScript.

HTML5 APIs are the best examples of DHTML because they utilize multiple technologies to extend the functionality of HTML. These technologies are: A. HTML5, JavaScript, and Common Gateway Interface (CGI) B. HTML5, Cascading Style Sheets (CSS), and JavaScript to access the Document Object Model (DOM) C. HTML5, Common Gateway Interface (CGI), and Cascading Style Sheets (CSS) D. JavaScript, Common Gateway Interface (CGI), and the Document Object Model (DOM)

B. HTML5, Cascading Style Sheets (CSS), and JavaScript to access the Document Object Model (DOM)

Certain functionality features are offered by most GUI editors. Which feature allows you to click a button to post pages to a Web server, automatically copying files from a local hard disk drive to a directory on an ISP's server? A. Hyperlink features B. Import HTML pages feature C. Icon bars D. Publishing documents tools

B. Import HTML pages feature

What is the major design shift between the early days of the Web and current Web architectures? A. Modern Web development makes use of static Webpages so that users can retrieve information. B. Modern Web development concentrates on information-sharing and collaboration. C. Modern Web development has phased out hosted services. D. Modern Web development places restrictions on what users can produce in order to control content quality.

B. Modern Web development concentrates on information-sharing and collaboration.

Which of the following table element tags are required when you use the <table> tag to create a table? A. Table caption <caption> and table header <th> B. Table row <tr> and table data <td> C. Table header <th> and table data <td> D. Table caption <caption> and table data <td>

B. Table row <tr> and table data <td>

Which of the following defines the content of table cells? A. The <tablecell> tag B. The <td> tag C. The <tr> tag D. The <th> tag

B. The <td> tag

Which attribute is associated with the <form> element and is used to specify the name and location of the server-side script used to process the form? A. The method attribute B. The action attribute C. The type attribute D. The name attribute

B. The action attribute

You are using an image map that is 180 pixels wide and 90 pixels high. You want to define a circular hot spot on the image using coordinates "90,45,30." What does the coordinate pair "90,45" represent? A. The radius of the circle B. The center of the circle C. The bottom-right corner of the rectangle encompassing the circle D. The top-left corner of the rectangle encompassing the circle

B. The center of the circle In this example, the coordinate pair "90,45" (the x1,y1 coordinates) represents the center of the circle, which is 90 pixels to the right of the left edge of the image and 45 pixels down from the top of the image. The value 30 is the circle's radius.

Which server-side scripting language is Microsoft's original server-side scripting solution? A. PHP Hypertext Preprocessor (PHP) B. JavaScript C. Active Server Pages (ASP) D. Perl

C. Active Server Pages (ASP)

What is a Web server application? A. An application that conveys information provided by an end user on a user-input form to a Web server or a database server B. An application that authoritatively confirms the identity of a person, host or organization. C. An application that stores and processes the information provided by an end user on a user-input form D. An application that is used to make Webpages interactive.

C. An application that stores and processes the information provided by an end user on a user-input form

Which three major objects are built into the JavaScript language? A. Canvas, Geolocation, and Drag. B. None, JavaScript is object-based not object-oriented. C. Document, Navigator, Array. D. Document, Object, Model.

C. Document, Navigator, Array.

The only Web-ready image file formats that support animation are: A. GIF 89a and JPEG. B. JPEG and PNG. C. GIF, MNG and PNG. D. GIF 87a and GIF 89a.

C. GIF, MNG and PNG.

The only Web-ready image file formats that support transparency are: A. GIF 89a and JPEG. B. GIF 87a and GIF 89a. C. GIF, SVG, and PNG. D. JPEG and PNG.

C. GIF, SVG, and PNG.

Which term describes a set of files called a library that you can refer to in your code? A. Variable B. Interpreter C. Include D. Compiler

C. Include

Which of the following characteristics is true of JavaScript? A. It can be used only on the server side, not on the client side. B. It can be used only with the Netscape browser. C. It can be used on either the client side or on the server side. D. It can be used only on the client side, not on the server side.

C. It can be used on either the client side or on the server side.

What is the main advantage to using Java? A. It is optimized for use primarily on the Windows operating system. B. It does not require a compiler. C. It is platform agnostic. D. It uses a 'write once, run anywhere' philosophy and does not need to be tested across multiple systems.

C. It is platform agnostic.

Which of the following is true about validating code when using a GUI editor to develop a Website? A. GUI editors provide validation tools but no special features to help ensure accessibility for validation. B. Code created by GUI editors cannot be validated by sites such as the W3C Markup Validation Service. C. Most GUI editors include their own native validation tools or offer easy access to validators. D. Most GUI editors do not provide native validation tools or offer access to validators.

C. Most GUI editors include their own native validation tools or offer easy access to validators.

What is the term for the Web 2.0 programming methodology that enables Web applications to interact with users in much the same way they do with desktop applications? A. Cloud computing B. Web application framework C. Software as a Service (SaaS) D. Ajax

C. Software as a Service (SaaS)

Visual Basic (VB) is best used for what purpose? A. Any task that a language like C++ or Java could perform. B. Tasks that require a full suite of object-oriented capabilities. C. Stand-alone applications and server-side Web applications. D. Client-side applications in Web browsers.

C. Stand-alone applications and server-side Web applications.

What is the term for a logical construct in programming that allows you to control the way information flows in the application? A. Function B. Echo C. Statement D. Interpreter

C. Statement

Which of the following occurs when you specify the wrap="soft" attribute and value for the <textarea> tag?' A. The amount of text you will be able to type in each row will be restricted to the width of the scrolling text box. B. Text you enter will wrap to the next row as it approaches the scrolling text box border. C. Text you enter will continue on one line beyond the scrolling text box border. D. You will be able to enter only one row of text in the scrolling text box.

C. Text you enter will continue on one line beyond the scrolling text box border.

Which of the following should you use to define a client-side image map? A. The <img> tag B. The <area> tag C. The <map> tag D. The <imagemap> tag

C. The <map> tag

Consider the following HTML code: <video width="360" height="270" controls="controls" poster="image.png"> <source src="video.mp4" type="video/mp4" /> <source src="video.webm" type="video/webm" /> <source src="video.ogg" type="video/ogg" /> Your browser does not support the HTML5 video element. </video> What attribute prevents the first frame of the video from displaying while the video is downloading? A. The src attribute B. The type attribute C. The poster attribute D. The controls attribute

C. The poster attribute The poster attribute identifies an image to be displayed until the play button is clicked or while the video is downloading. If the poster attribute is not specified, the first frame of the video is displayed instead.

Which term do Web developers commonly use for an image that allows the Webpage background to show through specified areas, providing the visual effect of blending in to the background of your Webpage? A. Interlaced B. Animated C. Transparent D. Scalable

C. Transparent

What is the term for a set of software tools or code that is commonly used in the creation and management of online applications? A. Application programming interface B. Document Object Model C. Web application framework D. Cascading Style Sheet

C. Web application framework

Which site planning tool describes an outline for a Web presence? A. Storyboard B. Site diagram C. Wireframe D. Site map

C. Wireframe

Which choice correctly describes the tasks required to define a hot spot on an image map? A. You must determine the pixel size of the image and a URL reference. B. You must determine the x and y coordinates that indicate the hot spot's position on the image and a shape value to define its shape. C. You must determine the x and y coordinates that indicate the hot spot's position on the image and a URL reference. D. You must determine the pixel size of the image and a shape value to define the hot spot's shape.

C. You must determine the x and y coordinates that indicate the hot spot's position on the image and a URL reference.

To work with the Document Object Model (DOM) for any browser, you need to use: A. an application programming interface (API). B. a programming language. C. a scripting language. D. the Component Object Model (COM).

C. a scripting language.

The CSS vertical-align property used for table elements: A. determines the placement of the table relative to the top and bottom page margins. B. aligns surrounding content vertically around the table. C. aligns content vertically in all table elements. D. determines how far the table will extend vertically down the page.

C. aligns content vertically in all table elements.

Values for the CSS border-spacing and padding properties used for the <table> element can be specified: A. in pixels or as a percentage of the browser window. B. as a percentage of the browser window. C. in pixels. D. in inches or centimeters.

C. in pixels.

Automatically providing information to a client list is an example of: A. visitor-tracking technology. B. pull technology. C. push technology. D. spam technology.

C. push technology.

The main difference between form creation in HTML5 versus form creation in HTML 4.01 is:

Cascading Style Sheets (CSS) are used for all form styles. Advanced features are now available for better control of validation and input control.

Which of the following is an XML-based protocol used by credit card companies to add security to online credit and debit card transactions? A. Secure Electronic Transactions (SET) B. Transport Layer Security (TLS) C. Secure Sockets Layer (SSL) D. 3-D Secure

D. 3-D Secure (It replaced SET)

When a user with a slow Internet connection downloads a non-interlaced image, the top of the image will appear when the browser has read: A. 100 percent of the image. B. 25 percent of the image. C. 13 percent of the image. D. 50 percent of the image.

D. 50 percent of the image.

What is Scalable Vector Graphics (SVG)? A. A raster-based file format developed by various vendors used for graphics and graphical applications B. A vector-based file format developed by various vendors used for graphics and graphical applications C. A proprietary technology that uses Java applets to describe graphics and graphical applications D. A W3C-recommended language that uses XML to describe graphics and graphical applications

D. A W3C-recommended language that uses XML to describe graphics and graphical applications

Which of the following is a built-in JavaScript object that allows you to create a series of variables to later manipulate? A. Window B. Navigator C. Document D. Array

D. Array

In database technology, what is the term for the SQL coding necessary to create relationships with the data stored in a database? A. Data B. Presentation C. Code D. Business logic

D. Business logic

Which programming language is the proprietary Microsoft competitor to Java? A. ASP & VBScript B. Visual Basic C. Go D. C#

D. C#

Which of the following is the most common type of bitmap seen on the Web? A. Animated GIF and PNG files B. Vector graphics C. Image maps D. Digitized photographs

D. Digitized photographs

What is the W3C standard that describes the elements, or objects, within a document rendered by a Web browser? A. Application programming interface (API) B. Cascading Style Sheets (CSS) C. Object-oriented program D. Document Object Model (DOM)

D. Document Object Model (DOM)

What is the term for a Webpage graphic containing one or more clickable regions that, when clicked, link you to other pages or page sections? A. Animation B. Portal C. Hot spot D. Image map

D. Image map

Why might you code your server-side scripts in Python? A. It is well structured for mobile Web development. B. It is faster and more responsive than other languages. C. It is the best choice for building high quality, 3-D graphics. D. It is well documented, flexible, and requires less code than traditional languages.

D. It is well documented, flexible, and requires less code than traditional languages.

Which of the following can be run on various systems and is used to update database files? A. Structured Query Language (SQL) B. Open Database Connectivity (ODBC) C. Common Gateway Interface (CGI) D. Java Database Connectivity (JDBC)

D. Java Database Connectivity (JDBC)

The <audio> element supports which three formats? A. MP4, Ogg and Wav B. Ogg, Wav and WebM C. MP3, MP4 and Ogg D. MP3, Ogg and Wav

D. MP3, Ogg and Wav

The <video> element supports which three formats? A. MP3, MP4 and Wav B. MP3, MP4 and Ogg C. MP4, WebM and Wav D. MP4, WebM and Ogg

D. MP4, WebM and Ogg

An interlaced image format is read from:

left to right.

When you are ready to publish your Website files to your Web host, which choice lists all the information you must specify in order to publish your files? A. The destination server's name or IP address, authentication information, and the file location on the remote server B. The destination server's name or IP address, your Website's name or IP address, and the file location on your local system C. The destination server's name or IP address, your Website's name or IP address, and authentication information D. The destination server's name or IP address, the file location on the remote server, and your Website's name or IP address

A. The destination server's name or IP address, authentication information, and the file location on the remote server

You are using an image map that is 180 pixels wide and 90 pixels high. You want to define a rectangular hot spot on the image using coordinates "0,45,90,90." What does the coordinate 45 represent? A. The distance in pixels from the top of the image to the top of the hot spot B. The distance in pixels from the left edge of the image to the right edge of the hot spot C. The distance in pixels from the top of the image to the bottom of the hot spot D. The distance in pixels from the left edge of the image to the left edge of the hot spot

A. The distance in pixels from the top of the image to the top of the hot spot

Which choice lists the elements that are necessary for client-server communication?? A. Web browser, Web form, Web server, and a Server-Side Scripting Language or CGI Script B. Web browser, Web form, server-side script and client-side script C. Web browser, CGI script, Web form and Web client with the UNIX operating system D. Web form, server-side script, client-side script and Web client with the UNIX operating system

A. Web browser, Web form, Web server, and a Server-Side Scripting Language or CGI Script

The main goal of Extensible Hypertext Markup Language (XHTML) is to: A. create a medium that would provide for the transition from HTML to XML. B. create a medium that would provide for the transition from HTML to SGML. C. create a medium that would provide for the transition from SGML to HTML. D. create a medium that would provide for the transition from SGML to XML.

A. create a medium that would provide for the transition from HTML to XML.

A storyboard is a document that describes the: A. purpose and intended audience for a Website, and provides a rough outline of the pages needed. B. design elements you will use in your Website. C. demographic and cultural issues your Website will address. D. organizational design standards to which your Website must adhere.

A. purpose and intended audience for a Website, and provides a rough outline of the pages needed.

What is the purpose of the manifest when working with the HTML5 offline Web application API? A. The manifest will reload files in the event any of the existing data has changed since the user was last online. B. The manifest tells the browser which files to store locally so the user can continue working without a network connection. C. The manifest provides an area on a Webpage that has been defined as a place where dragged items can be placed. D. The manifest provides a place on a Webpage where developers can display graphics, animation, video and games "on the fly" without the need

B. The manifest tells the browser which files to store locally so the user can continue working without a network connection.

Which attribute is shared by all Web form field elements? A. The action attribute B. The name attribute C. The type attribute D. The method attribute

B. The name attribute All form field elements share an attribute: name. The name attribute identifies information you receive from a user and associates it with a value you specify. The action attribute of the <form> element specifies the name and location of the CGI script used to process the form. The method attribute of the <form> element specifies which method the browser will use to send form data to a Web server. The value you use with the type attribute designates the form field type.

Perl, PHP Hypertext Preprocessor (PHP), Active Server Pages (ASP) and .NET are examples of: A. Web analytic applications. B. Web server applications. C. Multipurpose Internet Mail Extensions (MIME) file types. D. relational database applications.

B. Web server applications.

Which of the following is an advantage of using a text editor rather than a GUI editor? A. People with disabilities usually find manual code entry easier. B. You can learn the fundamentals of HTML and update your pages to the latest version(s). C. A text editor requires little time and effort if you need only a simple page. D. Text editors allow you to create pages quickly by clicking your mouse.

B. You can learn the fundamentals of HTML and update your pages to the latest version(s).

Which choice correctly describes polygon hot spots on image maps? A. The x,y coordinates that define a polygon can be sequenced in any order. B. You can use up to 100 pairs of x,y coordinates to define a polygon. C. Polygons are defined by one pair of x,y coordinates and a radius value. D. Polygons are defined by four pairs of x,y coordinates representing the upper-left, upper-right, bottom-left and bottom-right corners of the polygon shape.

B. You can use up to 100 pairs of x,y coordinates to define a polygon.

Using simple JavaScript code, you can use cookies to: A. repair the hard drive. B. detect browser type and version. C. authenticate site visitors. D. digitally sign certificates.

B. detect browser type and version.

To design Webpages to be part of a larger marketing strategy, you need to help establish name and brand recognition, otherwise known as: A. hot spots. B. mind share. C. site maps. D. image maps.

B. mind share.

You have developed a Website using a GUI editor. The final step in Website development is publishing your site to the World Wide Web. Which of the following is true? A. You must contract an ISP to post your Webpage files to the Web host for you. B. Most GUI editors provide a Web hosting feature that publishes and maintains your pages on the Web. C. You must use a separate File Transfer Protocol (FTP) client to post your Webpage files to the Web host. D. Most GUI editors provide a publish feature to easily post your Webpage files to the Web host.

D. Most GUI editors provide a publish feature to easily post your Webpage files to the Web host.

Which of the following is proprietary to Windows-based operating systems and is used to update database files? A. Common Gateway Interface (CGI) B. Java Database Connectivity (JDBC) C. Structured Query Language (SQL) D. Open Database Connectivity (ODBC)

D. Open Database Connectivity (ODBC)

Which of the following is an interpreted server-side scripting language used for creating dynamic Webpages? A. JavaScript B. Practical Extraction and Report Language (Perl) C. VBScript D. PHP Hypertext Preprocessor (PHP)

D. PHP Hypertext Preprocessor (PHP) PHP Hypertext Preprocessor (PHP) is an interpreted server-side scripting language used for creating dynamic Webpages. It is embedded in HTML pages but is always executed on a Web server. JavaScript is a client-side scripting language. VBScript is the Microsoft implementation of JavaScript. Perl is a cross-platform programming language that enables users to write custom CGI programs and system management programs.

Proprietary file formats can enhance the look and feel of your Website. Which of the following is a drawback to using proprietary formats? A. Some proprietary formats will not render in Web portals. B. Some proprietary formats require easy to access plug-ins. C. Some proprietary formats have specific MIME types. D. Some proprietary formats limit a disabled person's ability to obtain information.

D. Some proprietary formats limit a disabled person's ability to obtain information.

The W3C Authoring Tool Accessibility Guidelines Recommendation outlines seven points that help determine what? A. The ability of a GUI editor to automatically create advanced programming code B. The ability of a GUI editor to automatically create accessible Webpage features C. The availability of a GUI editor for free use or on a low-cost basis D. The suitability of a GUI editor for developers with disabilities

D. The suitability of a GUI editor for developers with disabilities

Which of the following statements is true of Website development? A. Only HTML can be used to develop Webpages. B. Only client-side scripting can be used to develop Webpages. C. Only server-side scripting can be used to develop Webpages. D. Webpages can be developed using both client-side scripting and server-side scripting technologies.

D. Webpages can be developed using both client-side scripting and server-side scripting technologies.

Which of the following is another term used for graphical user interface (GUI) HTML editors? A. Website management applications B. HTML text editors C. Web browsers D. What You See Is What You Get (WYSIWYG) editors

D. What You See Is What You Get (WYSIWYG) editors

What is the default value for aligning images relative to text using CSS? A. top B. left C. middle D. bottom

D. bottom

Yahoo! and Google are examples of: A. push technology. B. visitor-tracking technology. C. vertical portals. D. horizontal portals.

D. horizontal portals.

By default, content in a table data cell is aligned: A. horizontally to the left and vertically to the top of the cell. B. horizontally to the center and vertically to the center of the cell. C. horizontally to the right and vertically to the top of the cell. D. horizontally to the left and vertically to the center of the cell.

D. horizontally to the left and vertically to the center of the cell.

Mind share is: A. the creation of a distinctive identity and place in the market for a product or organization. B. the study of groups of people, including the study of trends and cultures. C. the projected point in time that a product or service will be released. D. the effect of marketing efforts influencing a particular target market or demographic.

D. the effect of marketing efforts influencing a particular target market or demographic.

In RGB code: A. the lower the numeric value representing a color, the less transparent that color will be. B. the lower the numeric value representing a color, the lighter that color will be. C. the higher the numeric value representing a color, the more transparent that color will be. D. the higher the numeric value representing a color, the lighter that color will be.

D. the higher the numeric value representing a color, the lighter that color will be.

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

The rule will be ignored.

Which table element appears apart from the table itself, by default?

The table caption


Related study sets

Chapter 19: Seizing an American Empire, 1865-1913

View Set

Building Therapeutic Relationships

View Set

#2 Mechanisms of Genetics. Transcription/Translation

View Set

Chapter 18 - Environmental Science

View Set