x
 
<html>
<head>
<title>HTML tutorial</title>
</head> 
<body> 
<p>Document's title shows in the browser's toolbar</p>
<p>In this editor, the title is written as<br /><b><i>&lt;title&gt;HTML tutorial&lt;/title&gt;</i></b></p>
</body>
</html>