mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-11 09:14:34 +02:00
Fix div tag
This commit is contained in:
@@ -90,8 +90,8 @@ Create a new file named **index.html**. Add the following HTML:
|
||||
<div>
|
||||
<input type="text" id="typed-value" /> <!-- The textbox for typing -->
|
||||
<button type="button" id="start">Start</button> <!-- To start the game -->
|
||||
<script src="script.js"></script>
|
||||
</div>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
```
|
||||
|
Reference in New Issue
Block a user