In HTML 4.01, the functions of font tags were replaced and expanded upon by ____.

A. anchor tags
B. formatting tags
C. target links
D. Cascading Style Sheets


Answer: D

Computer Science & Information Technology

You might also like to view...

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

1) When working with a linked list, the first element of the list must be treated in a different way than the other elements. 2) In a doubly linked list, each element has a reference to the element that immediately precedes it in the list and the element that immediately follows it in the list. 3) In the linked list implementation of a stack, capacity represents the number of elements for which space is allocated when the list is instantiated. 4) Using the rear of the linked list as the top of the stack is the most efficient way to manage the stack. 5) When working with a linked list implementation of a stack, the push operation should throw an exception if the stack is empty.

Computer Science & Information Technology

To enter data into a database, you must use a form

Indicate whether the statement is true or false

Computer Science & Information Technology

All formatting changes applied to a text box control will automatically be applied to the associated label control

Indicate whether the statement is true or false

Computer Science & Information Technology

________ images are formed by patterns of light and dark pixels

Fill in the blank(s) with correct word

Computer Science & Information Technology