How can you change the appearance of different text links on your pages?

What will be an ideal response?


To create multiple link appearances, you can create and apply multiple link
styles in the Site Properties dialog box.

Computer Science & Information Technology

You might also like to view...

Assuming the following statement, what is the For...Next loop's counter variable?

For yr As Integer = 1 To 5 (A) 1 (B) 5 (C) To (D) yr

Computer Science & Information Technology

To use an installed Word template, click the File tab, and then in the navigation bar, click New. In the Available Templates list, click ____.

A. Saved Templates B. Existing Templates C. Archived Templates D. Sample Templates

Computer Science & Information Technology

?One way to create a lookup table is to use the _____ function, which returns the active node being processed in the style sheet.

A. ?lookup() B. ?current() C. ?immediate() D. ?import-table()

Computer Science & Information Technology

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

1. It is not necessary for an assembly language programmer to understand the computer’s architecture. 2. Writing code in assembly language takes much longer than writing in a high-level language. 3. Assembly code is more difficult to debug and verify because there are more possibilities for errors than in high-level code. 4. Assembly code is not platform-specific. 5. For immediate addressing, the name of the register is used in the instruction.

Computer Science & Information Technology