When should you use a relative hyperlink?
a. Always, the W3C prefers relative hyperlinks
b. When you need to link to a web page internal to your website
c. When you need to link to a web page external to your website
d. Never, the W3C has deprecated relative hyperlinks
b
Computer Science & Information Technology
You might also like to view...
What is wrong with this code?
``` float CalcCost( int unit ) { float cost; cost = 5.59 * unit; return cost; } ``` A. The function name is invalid. B. The return type should be int. C. You can’t have math statements inside a function. D. Nothing is wrong with it.
Computer Science & Information Technology
An advantage to using templates is the designer's ability to lock down key parts of the page design while still enabling others to maintain the content.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology