xxxxxxxxxx
16
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Distance Converter</h1>
<p>
<input id="inches"> inches =
<span id="centimeters">?</span> cm
</p>
<script src="sketch.js"></script>
</body>
</html>