반응형
www.w3schools.com/jsref/met_element_queryselector.asp
HTML DOM querySelector() Method
HTML DOM querySelector() Method ❮ Element Object Example Change the text of the first child element with class="example" in a
element: var x = document.getElementById("myDIV"); x.querySelector(".example").innerHTML = "Hello World!"; Try it Yourself
www.w3schools.com
반응형
'Web > HTML|CSS' 카테고리의 다른 글
아이콘 웹 폰트 (0) | 2021.03.05 |
---|---|
css로 할 수 있는 것들 (0) | 2021.02.26 |
[CSS] font 관련 메모 (0) | 2020.07.19 |
[CSS] min max 를 써도 될까? (0) | 2020.07.19 |
[HTML/CSS] img tag Image 없는 경우 대체 이미지 출력 (onerror) (0) | 2020.07.18 |