본문 바로가기
javaScript/JS Tutorial

[javaScript] 클릭하면 특정영역에 텍스트 넣기 innerHtml

by mooyou 2022. 8. 17.
728x90
300x250
SMALL

 

 

<!DOCTYPE html>
<html>
<body>

<p id="txt">클릭하면 인사 합니다.</p>

<button type="button" onclick='document.getElementById("txt").innerHTML="안녕"'>Click</button>


</body>
</html>

 

 

출처 : https://www.w3schools.com/js/js_intro.asp

728x90
반응형
LIST

댓글