하루 1개 이상 면접 질문

면접질문 55일차

멈추지않아 2022. 3. 19. 16:31

0319attribute와 property 의 차이점은 무엇인가요?

attribute는 class id 같은 것을 의미합니다. 하지만 html dom 에서는 이것이 property가 됩니다. 즉 일반 html에서는 attribute이지만 html dom이 된다면 property가 됩니다. 또한 attribute는 html이기 때문에 정적요소입니다. 하지만 property는 html dom 안에 있으므로 동적인 요소입니다.