Files
JavaScript-from-Beginner-to…/Chapter 9/Code Samples/ch9-selectionelements.html
T
2021-11-25 14:40:42 +01:00

8 lines
100 B
HTML
Executable File

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