Pass the WGU Courses and Certificates Web-Development-Foundation Questions and answers with CertsForce

Viewing page 2 out of 3 pages
Viewing questions 11-20 out of questions
Questions # 11:

Consider the given CSS rule.

span {

color: black;

font-size: 14pt; }

What is span referred to as in the CSS rule?

Options:

A.

Selector


B.

Block


C.

Property


D.

Value


Expert Solution
Questions # 12:

Which CSS selector is a multiple selector?

Options:

A.

: link


B.

div p


C.

ui,ol


D.

-notice


Expert Solution
Questions # 13:

Which two color definitions are valid for use with CSS? Choose 2 answers.

Options:

A.

color: #FFFFFF;


B.

color: cmyk(255, 255, 255, 255);


C.

color: rgb(255, 255, 255);


D.

color: 00FF00;


E.

color: rgb(255, 255);


Expert Solution
Questions # 14:

What is one of the possible values of the text-align property?

Options:

A.

none


B.

inline


C.

right


D.

down


Expert Solution
Questions # 15:

Use the given text to answer the following question:

Send an e-message to Dean of Admissions.

Which code snippet will display this content as a link that can be used to send an email to the Dean?

Options:

A.

href="https://deanofadmissions.com/example >Send an e-message to Dean of Admissions.</a>


B.

<a href="ftp://deanofadmissions.com/example.html">Send an e-message to Dean of Admissions.</ax/p>


C.

<a href="mailto:deanofadmissions@example.com">Send an e-message to Dean of Admissions.</ax/p>


D.

<a href="file:///C:/deanofadmissions/example.html">Send an e-message to Dean of Admissions.</ax/p>


Expert Solution
Questions # 16:

Use the given codes to answer the following question:

Question # 16

Which color will is used to display the text for Los Angeles?

Options:

A.

Green


B.

Blue


C.

Red


D.

Black


Expert Solution
Questions # 17:

Which HTML5 tag is used to create a text field that allows multiple lines of data?

Options:

A.

<article>


B.

<input>


C.


D.