To Examples

<html>

<head>
<title>HTML Example 1</title>
</head>

<body>
<h2>HTML Example 1</h2>
<p>Hello, World!</p>
</body>

</html>