en.javascript.info/2-ui/2-events-and-interfaces/1-introduction-browser-events/1-hide-other/source.view/index.html
2015-01-29 00:09:23 +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="text">Текст</div>
<script>
/* ваш код */
</script>
</body>
</html>