Hellow world in html code example
Example 1: HTML hello world
<!DOCTYPE html>
<html>
<body>
Hello World!
</body>
</html>
Example 2: hello world html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link></link>
<title>Hello, world!</title>
</head>
<body>
<h1>Hello, world!</h1>
<script></script>
</body>
</html>
Example 3: simple hello world cod in html
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
</html>