Microsoft
70-515 · Question #64
70-515 Question #64: Real Exam Question with Answer & Explanation
Sign in or unlock 70-515 to reveal the answer and full explanation for question #64. The question stem and answer options stay visible for context.
Question
A Web page includes the HTML shown in the following code segment. <span id="ref"> <a name=Reference>Check out</a> the FAQ on <a information: </span> You need to write a JavaScript function that will dynamically format in boldface all of the hyperlinks in the ref span. Which code segment should you use?
Options
- A$("#ref").filter("a[href]").bold();
- B$("ref").filter("a").css("bold");
- C$("a").css({fontWeight:"bold"});
- D$("#ref a[href]").css({fontWeight:"bold"});
Unlock 70-515 to see the answer
You've previewed enough free 70-515 questions. Unlock 70-515 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.