Adding a title tag to your webpage will allow Internet users to quickly identify the content of your page and search engines to better index its content. The title of a website is the sentence or phrase which your Internet browser displays at the top of the window or the tab when you visit the site. It is also the first line of text that search engines display when they return your webpage in their search results. You can add a title tab to your webpage with just a few steps.
Instructions
- 1
Open the Notepad text editor by opening the Windows Start Menu and typing "Notepad" in the search box. Then press "Enter."
2Click on "File" and select "Open" to open the HyperText Markup Language (HTML) file you wish to add a title tab to.
3Locate the
HTML tag in your HTML file. The tag should be near the top of the file. 4Place the following code after the
tag and before the tag:It doesn't matter where you place this code, as long as it is between the
and tags. 5Replace "Type in your title here" with the title you wish to give to your webpage. Then press the "S" and "CTRL" keys at the same time to save the HTML file. Upload the file to your web host using its upload tool or an FTP client.