helloworld.html code example
Example 1: HTML hello world
<!DOCTYPE html>
<html>
<body>
Hello World!
</body>
</html>
Example 2: how to print hello world in html
<!DOCTYPE html>
<html>
<head></head>
<body>HELLO WORLD</body>
</html>
<!DOCTYPE html>
<html>
<body>
Hello World!
</body>
</html>
<!DOCTYPE html>
<html>
<head></head>
<body>HELLO WORLD</body>
</html>