This repository has been archived on 2020-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
ibz/web/2_sem/javascript/day_3/task_3.html

14 lines
307 B
HTML

<!DOCTYPE html>
<head>
<meta charset="utf-8">
<script type="text/javascript" src="task_3.js"></script>
<title>JavaScript</title>
</head>
<body>
<h1 id="heading1">JavaScript</h1>
<p id="par1">
<input type="button" value="add Entry" onclick="loopTen();"/>
</p>
</body>
</html>