We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f52cf63 commit 4c6e3c2Copy full SHA for 4c6e3c2
project-6-weight-converter/index.html
@@ -13,8 +13,8 @@ <h1 class="heading">Weight Converter</h1>
13
<label for="pounds">POUNDS: </label>
14
<input type="number" id="input" class="input" step="0.1" placeholder="Enter number">
15
</div>
16
- <p class="result-txt">Your weight in KG is: <span id="result">100</span></p>
17
- <p class="error" id="error">Error</p>
+ <p class="result-txt">Your weight in KG is: <span id="result"></span></p>
+ <p class="error" id="error"></p>
18
19
<script src="main.js"></script>
20
</body>
0 commit comments