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

10 lines
129 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>Tab in the browser</title>
</head>
<body>
<p>Hello web!</p>
</body>
</html>