0002 added[Accept userinput, typerconversion]

This commit is contained in:
WickedJack99
2022-07-12 00:04:16 +02:00
parent 0fd73d5ea2
commit 3a08b730a2
2 changed files with 40 additions and 1 deletions

View File

@@ -11,6 +11,10 @@
<p id="p1"></p>
<p id="p2"></p>
<p id="p3"></p>
<!--Accept User Input at html document-->
<label id="myLabel">Enter your name</label><br>
<input type="text" id="myText"><br>
<button type="button" id="myButton">submit</button>
<script src="/js/index.js"></script>
</body>
</html>