We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96249f7 commit 5fd9695Copy full SHA for 5fd9695
index.html
@@ -1,17 +1,16 @@
1
<!DOCTYPE html>
2
<html>
3
<head>
4
- <style rel="stylesheet" src="style.css"></style>
+
5
</head>
6
<body>
7
-
+<style rel="stylesheet" src="style.css"></style>
8
<h2>Input Field</h2> <input type="number" id="myInput" placeholder="Type a number...">
9
<br>
10
-<label for="displayText">Output: </label>
11
-<p id="displayText"></p>
+<label for="displayText">Output: </label> <p id="displayText"></p>
12
13
<script src="index.js"></script>
14
+<a href="https://github.com/missing6/missing6.github.io">Git</a>
15
</body>
16
-<footer><a href="https://github.com/missing6/missing6.github.io">Git</a></footer>
17
</html>
0 commit comments