HTML - Hello world
A classic piece of code that prints "hello world" to screen.
A classic piece of code that prints "hello world" to screen.
<!DOCTYPE html>
<head>
<title>{{string}} page</title>
</head>
<body>
<p>{{string}}</p>
</body>
</html>
last update: