Quiz Question 1 of 5
Consider the following font stack. If the user has both Lucida Console and Monaco loaded on their computer, what typeface will the code-sample
ID use?
#code-sample {
font-family: "Lucida Console", Monaco, monospace;
}
Choose the correct answer below: