DOM=>화면구현에 관련된 영역 html문서를 읽어들여서 각 특정태그를 변수(=객체)로 인식해서 그 값을 가져오거나 수정할 수 있는 방법 DOCTYPE html>html lang="en">head> meta charset="UTF-8"> meta name="viewport" content="width=device-width, initial-scale=1.0"> title>8.태그의 내용을 변경.htmltitle> script> let change=function(){//function change(){ //alert("change") //let ch=document.getElementById("t..