back next

The Title

    <title> A Title Name </title>


1.  <title>...</title> indicates what your web page is about and is used to refer to that page in bookmark. Browsers will put the title in the title bar of the window.

2.  <title> tags always go inside the <head> tags.


Example
<html>
<head>
<title> HTML Tutor </title><head>
<body>
</body>
</html>



Output
result





Back to HTML tutor homepage | Back | Next | Email me