多做题,通过考试没问题!

微软认证考试

睦霖题库>其他计算机考试>微软认证考试

A Web page includes the HTML shown in the following code segment.  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?()

  • A、$("#ref").filter("a[href]").bold();
  • B、$("ref").filter("a").css("bold");
  • C、$("a").css({fontWeight:"bold"});
  • D、$("#ref a[href]").css({fontWeight:"bold"});
正确答案:D
答案解析:
进入题库查看解析

微信扫一扫手机做题