Files
JavaScript-from-Beginner-to…/chapter7/ch7-helloweb.html
T
2021-09-04 21:22:51 +02: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>