<!DOCTYPE html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<h1>This is our first heading</h1>
<p>This is our latest paragraph</p>
</body>
</html>
In the browser's title bar, all content of the <head> section will be displayed, while on the white background of the browser, all content of the <body> section will be displayed.