시스템 개발 언어
css #box { color: red; }
javascript document.getElementById(“box”).style.color=”red”;
css by class .box => class 에 box가 포함된 항목
개발자도구에서 jquery를 써서 javascript로 해당 항목의 값을 보려면 $(“#box”).val()
. 과 # 나만 헷갈려?