Identify a property used to align text horizontally.?
A. ?text-align: alignment;
B. ?align-text: horizontal;
C. ?horizontal-align: alignment;
D. ?align-text: baseline;
Answer: A
Computer Science & Information Technology
You might also like to view...
A workstation has a network link light, but it cannot access internal network resources. Which of the following is the most likely cause of the issue?
A. Slow transfer speeds B. IP address conflict C. Incorrect gateway D. Packet collisions
Computer Science & Information Technology
The command find . name "first.cpp" exec rm {}\;
a: starts from the current directory, and deletes all instances of first.cpp b: starts from the home directory, and executes all instances of first.cpp c: starts from the root directory, and removes files that are executable d: all of the above
Computer Science & Information Technology