Files
JavaScript-from-Beginner-to…/chapter9/ch9-treasure.html
T
2021-09-04 21:22:51 +02:00

19 lines
395 B
HTML
Executable File

<html>
<body>
<h1>Let's find the treasure</h1>
<div id="forest">
<div id="tree1">
<div id="squirrel"></div>
<div id="flower"></div>
</div>
<div id="tree2">
<div id="shrubbery">
<div id="treasure"></div>
</div>
<div id="mushroom">
<div id="bug"></div>
</div>
</div>
</div>
</body>
</html>