en.javascript.info/2-ui/2-events-and-interfaces/1-introduction-browser-events/1-hide-other/source.view/index.html
2015-03-09 19:02:13 +03:00

19 lines
No EOL
272 B
HTML
Executable file

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