js-exercises/trash/ejer6/6.html

14 lines
244 B
HTML
Raw Permalink Normal View History

2024-01-14 11:19:42 +01:00
<html>
<body>
<script src="./6.js"></script>
<h1>Tabla de multiplicar</h1>
<form>
<input type="text" name="" id="inp" value="">
<input type="submit" id="but" value="Submit">
</form>
<div id="contents"></div>
</body>
</html>