A relative link, gives only ____ necessary to locate the target document based on the location of the current web page.
A. the path
B. the filename information
C. Both A and B.
D. Neither A nor B.
Answer: C
Computer Science & Information Technology
You might also like to view...
Which of the following methods overloads method1?
``` void method1(int a, float b) ``` Suppose method1 is declared as a) void method2(int a, float b) b) void method2(float a, int b) c) void method1(float a, int b) d) void method1(int b, float a)
Computer Science & Information Technology
Two-dimensional arrays are never actually required in order to achieve a useful program.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology