|
Title tagOn an HTML web page, the title tag contains the text that appears on the title bar of the browser window. The title is usually displayed before the browser name, separated from it by a dash. The tag should be placed within the head section of an HTML document, and should look something like the following: <title>This is my title</title>
|
