en.javascript.info/2-ui/2-events-and-interfaces/1-introduction-browser-events/1-hide-other/source.view/index.html
Ilya Kantor 87bf53d076 update
2014-11-16 01:40:20 +03:00

16 lines
258 B
HTML
Executable file

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<input type="button" id="hider" value="Нажмите, чтобы спрятать текст"/>
<div id="hide">Текст</div>
<script>
/* ваш код */
</script>
</body>
</html>