欢迎来到求知题库网 求知题库官网
logo
全部科目 > 微软认证考试 > MCTS > MCTS(70-515)

单项选择题

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"});

点击查看答案

相关考题

微信小程序免费搜题
微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题