en.javascript.info/02-ui/02-events-and-interfaces/04-event-bubbling/both/index.html
Ilya Kantor f301cb744d init
2014-10-26 22:10:13 +03:00

14 lines
201 B
HTML
Executable file

<!DOCTYPE HTML>
<html>
<body>
<link type="text/css" rel="stylesheet" href="example.css">
<form>FORM
<div>DIV
<p>P</p>
</div>
</form>
<script src="script.js"></script>
</body>
</html>