Microsoft Introduction to Programming Using HTML and CSS - 98-383 Exam Practice Test

This question requires that you evaluate the underlined text to determine if it is correct.
You are reviewing a stylesheet created be a member of your team. The stylesheet includes a style that is defined as follows:

You apply the productBox style to a <div>.
The <div> will be displayed with white text on a green background.
Review the underlined text. If it makes the statement correct, select "No change is needed." If the statement is incorrect, select the answer choice that makes the statement correct.
Correct Answer: D
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
You are creating an image link to the clients.html page. When the visitor clicks on the clients.gif graphic, the clients.html page must display in a new window. The graphic must provide text for screen readers and display text while the page is loading.
How should you complete the markup? To answer, select the appropriate markup segments in the answer area.
Correct Answer:

Explanation

References:
https://amylynnandrews.com/html-clickable-image/
https://www.w3schools.com/html/html_images.asp
Which CSS property is used to draw a line over text, through text, or under text?
Correct Answer: A
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
You are analyzing a form that sends multiline comments to another page on the Internet. The following is the form's markup:

No data is sent when the form is submitted.
You need to solve this problem so that the data in the text box is submitted.
What should you do?
Correct Answer: B
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).