js 로 컨트롤 숨 김 및 style.visibility 사용

 
<!DOCTYPE html>
<html>
<body>
<p id="p1"> 。</p>
<input type="button" value=" " onclick="document.getElementById('p1').style.visibility='hidden'" />
<input type="button" value=" " onclick="document.getElementById('p1').style.visibility='visible'" />
</body>
</html>

좋은 웹페이지 즐겨찾기