Files
JavaScript-from-Beginner-to…/Chapter 09/Code Samples/ch9-selectionelements.html
T
brightboost 67a8d8a7a0 reorganizing
2021-12-02 21:21:10 +01:00

8 lines
100 B
HTML
Executable File

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