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

8 lines
100 B
HTML
Executable File

<html>
<body>
<h1>Welcome page</h1>
<p id="greeting">
Hi!
</p>
</body>
</html>