개발/Web
Data Display
Juyeon Ji
2020. 3. 25. 13:54
- document.write('hello'): helllo를 화면에 출력
- window.alert('hello'): 경고창으로 hello 출력
- innerHTML='hello': html 요소 내에 데이터 추력(document.getElementByID와 함께 사용)