We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45fda64 commit 0563f95Copy full SHA for 0563f95
index.html
@@ -5,9 +5,8 @@
5
</head>
6
<body>
7
8
-<h2>Input Field Change Listener</h2>
9
-
10
-<input type="number" id="myInput" placeholder="Type something...">
+<h2>Input Field</h2> <input type="number" id="myInput" placeholder="Type a number...">
+<br>
11
<label for="displayText">Output: </label>
12
<p id="displayText"></p>
13
0 commit comments