<h1><strong>HELLO WORLD</strong></h1> 이라는 HTML이 있을때,
✔️ document.querySelector('h1').innerHTML
▶ <strong>HELLO WORLD</strong>
✔️ document.querySelector('h1').textContent
▶ HELLO WORLD
'JS' 카테고리의 다른 글
랜덤숫자 구하기 (0) | 2022.05.26 |
---|---|
태그의 특정속성만 골라서 업데이트 _ attributes (0) | 2022.05.25 |
class 추가/삭제_classList.add/remove/toggle (0) | 2022.05.25 |
HTML 내부요소 변경 _ getElementById (0) | 2022.05.20 |
OG 태그_게시물 공유할때사용 (0) | 2022.05.19 |