When do you need to use a fully qualified URL in a hyperlink?

a. when creating an internal link to the same web page
b. when linking to a page in another folder on the same site
c. when linking to a page on an external web site
d. never

c. when linking to a page on an external web site

Computer Science & Information Technology

You might also like to view...

Where do scenario summary reports appear?

A) A pop up box B) The current worksheet C) A new worksheet D) A new workbook

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. The Do While…Loop statement behaves differently than the While…End While statement. 2. Because the condition of a While…End While statement is before the body, the body is executed only once after the condition becomes false. 3. If a While…End While statement’s condition is initially false, the body statement(s) are not performed. 4. Placing a space character between the symbols that compose an abbreviated arithmetic assignment operator improves readability. 5. a – = 3 can also be represented by the expression a = a – 3.

Computer Science & Information Technology