Files
JavaScript-from-Beginner-to…/Chapter 7/Code Samples/ch7_helloweb.html
T
2021-11-25 14:40:42 +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>