Case-Based Critical Thinking Question
?
Gary works at a local ice rink and has been assigned the task of determining what fonts to use on the website.
Gary is learning how to list font family names in CSS. Which of the following is written correctly?
A. "Tahoma"
B. "Arial"
C. "Sans-serif:
D. "Time New Roman"
Answer: D
Computer Science & Information Technology
You might also like to view...
An HTML table is comprised of ____ and ______.
a. lines and text b. headers and body c. rows and columns d. none of the above
Computer Science & Information Technology
Which of the following creates an array of five book titles?
A. var bookTitles = new Array(5); B. var bookTitles = Array(5); C. var bookTitles = new Array(0 to 5); D. var SIZE = 5; var bookTitles; bookTitles = new Array(SIZE-1);
Computer Science & Information Technology
The move_uploaded_file() function moves the uploaded file from its temporary location to the permanent destination.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
The ____ element of the stack is the last element added to the stack.
A. top B. bottom C. head D. tail
Computer Science & Information Technology