<input type="checkbox" id="html"><label for="html">html</label>
<input type="checkbox" id="css"><label for="css">css</label>
$(document).ready(function(){
  console.log($("#site > a:eq(0)").attr("href"));
  $("#site > a:eq(1)").attr("href", "http://m.naver.com").text("네이버 모바일");
  $("#site a").attr("title", function(){
    return "새창";
  });
});

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

  1. https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.1/jquery.min.js