반응형
목록 javascript 실습 (1)
KEEP GOING

html파일에 외부 자바스크립트 파일을 추가해보는 실습을 진행하였다. 1. jsTest.html JAVA SCRIPT test 나는 6월 22일부터 에스에스엔씨에서 현장실습을 진행중이다. html css 기본 공부를 마쳤고 자바스크립트를 배우고 있다. 2.sample.js var heading = document.querySelector('#heading'); heading.onclick = function(){ heading.style.color = "red"; } // 간단한 메시지 표시 // alert("고앵이 사쥔을 보여드릴 예정입니다"); // var reply = confirm("확인 취소 둘중에 하나만 골라봐"); var name = prompt("이름을 입력하세요"); document.wr..
web/html + css + javascript
2021. 7. 1. 14:48