728x90 반응형 script1 javascript 개요 js.// 한줄 주석/* 범위주석 *///js 파일은 태그 내부라고 생각function btnClick2(){ window.alert("external 알림창 추력 버튼!");}function changeColor1(){ document.getElementById("box").style.backgroundColor = "red";}function changeColor2(){ document.getElementById("box").style.backgroundColor ="yellow";} html.DOCTYPE html>html lang="en">head> meta charset="UTF-8"> meta name="viewport" content="width=device-wid.. 2024. 6. 12. 이전 1 다음 728x90 반응형