In HTML, tag modifiers are called ______.
A. pairs
B. formats
C. attributes
D. specifications
Answer: C
Computer Science & Information Technology
You might also like to view...
Calling the AddHours method on a DateTime variable ________.
a) is a syntax error b) creates a new DateTime value c) returns an exact copy of the variable that called it d) assigns a new value to the variable that calls it e) None of the above.
Computer Science & Information Technology
Which one of the following assignment statements will cause an error because of mismatching data types?
a. decimal cost = 0.99m; b. decimal retail = 100; c. decimal wholesale = 50.0; d. decimal fee = 0.01m;
Computer Science & Information Technology