As in all media, good ____, the appearance and arrangement of the characters that make up your text, is vital to the success of your webpage.

A. typography
B. geography
C. calligraphy
D. design


Answer: A

Computer Science & Information Technology

You might also like to view...

Consider the code below:

Dim a() As Integer = {99, 22, 11, 3, 11, 55, 44, 88, 2, -3} Dim result As Integer = 0 For i As Integer = 0 To a.Length - 1 If a(i) > 30 Then result += a(i) End If Next The value of variable result will be: a) 280 b) 154 c) 286 d) 332

Computer Science & Information Technology

When creating a PDF or XPS document, you should select Standard (publishing online and printing) if the print ________ is more important than file size

Fill in the blank(s) with correct word

Computer Science & Information Technology

The small blue square that you drag to copy formulas into other cells is called the ____.

A. cell pointer B. fill handle C. cell handle D. fill pointer

Computer Science & Information Technology

Which of the following is not a command used in the hostname configuration of a JURT?

a. set host-name Juniper b. commit host-name c. configure d. edit system

Computer Science & Information Technology