Filters
Question type

Study Flashcards

Select the jQuery code that will set the background color of all li elements to green.


A) $('li') .style('background-color', 'green') ;
B) $('li') .html('background-color', 'green') ;
C) $('li') .attr('background-color', 'green') ;
D) $('li') .css('background-color', 'green') ;

Correct Answer

verifed

verified

The _______ defines every object and element on a web page.


A) Document Object Model
B) Browser
C) Operating System
D) None of the above

Correct Answer

verifed

verified

Banner ads benefit websites by________.


A) bringing many new visitors to your site
B) increasing awareness of the website
C) both bringing many new visitors and increasing awareness of the site
D) None of the above

Correct Answer

verifed

verified

Which of the following will assign the value "Smith" to the variable customerName?


A) customerName = > "Smith";
B) customerName < = "Smith";
C) customerName = = "Smith";
D) customerName = "Smith";

Correct Answer

verifed

verified

In the context of web page interactivity, an _________ can be described as an action taken by the user.


A) object
B) event
C) tag
D) browser

Correct Answer

verifed

verified

How many scripts can be embedded in an XHTML document?


A) Not more than one
B) Two scripts
C) One script in the header section and one script in the body section
D) As many as you need

Correct Answer

verifed

verified

Select the best description of an "impression".


A) a search form is completed
B) a visitor recommends your site to a friend
C) your site is listed in a search engine
D) your ad is viewed by a website visitor

Correct Answer

verifed

verified

The _____ method displays a message to the user and contains one button.


A) prompt()
B) alert()
C) message()
D) none of the above

Correct Answer

verifed

verified

Select the true statements about meta tags.


A) They may be placed anywhere in the web page.
B) They may be used by search engines to index a web page
C) They must be present or the page will not be indexed.
D) All of the above are true.

Correct Answer

verifed

verified

A ______ is an attribute or characteristic of an object.


A) property
B) method
C) variable
D) function

Correct Answer

verifed

verified

A __________ is a term used to describe a select list that allows the user to select an option to load another web page.


A) navigation
B) page header
C) jump menu
D) none of the above

Correct Answer

verifed

verified

Using ________ as a promotion method will bring return visitors to your site.


A) newsletters
B) banner exchanges
C) TV ads
D) none of the above

Correct Answer

verifed

verified

_____ In an affiliate program a website (the affiliate) promotes another website's products or services (the merchant) in exchange for a commission.

Correct Answer

verifed

verified

Select the comparison operator to use when testing a condition for equality.


A) =
B) ==
C) < >
D) none of the above

Correct Answer

verifed

verified

Select the technology that was developed by a joint effort between Netscape and Sun Microsystems.


A) Java
B) JavaScript
C) Flash
D) Ajax

Correct Answer

verifed

verified

The code to access the contents of an input box named email on a form is


A) document.forms[0].email
B) document.forms[0].email.value
C) document.forms[0].email.contents
D) document.forms[0].email.data

Correct Answer

verifed

verified

Select the true statement below.


A) Paying to be listed preferentially in a search engine is considered by many organizations to be a justified cost of doing business.
B) Submit your site to search engines before it is finished.
C) It only takes a few minutes to be listed in a search engine.
D) All of the statements above are true.

Correct Answer

verifed

verified

Select the true statement:


A) You need to purchase the jQuery library.
B) The jQuery library is available online through a CDN
C) All browsers automatically include the jQuery library
D) None of the above statements is true.

Correct Answer

verifed

verified

Select the components of a search engine.


A) robot
B) database
C) search form
D) all of the above

Correct Answer

verifed

verified

The __________ event handler is triggered when the visitor places their mouse on an object.


A) onclick
B) onmouseout
C) onmouseover
D) onmousehover

Correct Answer

verifed

verified

Showing 21 - 40 of 48

Related Exams

Show Answer