The decorative font categories of ________ can be difficult to read on a Web page
A) Comic Sans and Impact B) Calibri and Segoe UI
C) Georgia and Palatino Linotype D) Lucida Console and Tahoma
A
Computer Science & Information Technology
You might also like to view...
Which of the following is a table of MAC addresses and port mapping used by a switch to identify connected network devices?
a. CAM b. ARP c. ARP-A d. ipconfig /all
Computer Science & Information Technology
Select the code below that configures a class called “offer” with blue text, 1.2em, and Arial or sans-serif font using CSS.
a. .offer { color:blue; font-size:1.2em; font-family:sans-serif;} b. .offer { color:blue; font-size:1.2em; font-family:Arial,sans-serif;} c. .#offer { text:blue; font-size:1.2em; font-family:Arial,sans-serif;} d. #offer { text:blue; font-size:20px; font-family:Arial,sans-serif;}
Computer Science & Information Technology