1<!DOCTYPE html>2 <html>3 <head>4 <title>Example</title>5 </head>6 <body>7 <h1>Hello, world!</h1>8 <p>This is an example page.</p>9 </body>10</html> Copy
<!DOCTYPE html>
<html>
<head>
<title>Example</title>
</head>
<body>
<h1>Hello, world!</h1>
<p>This is an example page.</p>
</body>
</html>