웹/JS

attribute와 property의 차이

일련탁생 2023. 5. 2. 19:29

attribute는 html 문서 안에서 바뀌지 않는(정적) 속성 그자체이며,

property는 html dom 안에서 바뀌는(동적) 속성 또는 값이다.