Change the “Title” of your website.
Saturday, January 19th, 2008This tutorial will show you how to simply change the title of your website by editing a small portion of HTML. Your title is displayed at the top of your browser, tab, and in the minimized box at the bottom of your screen (if you are using Windows). This title can be easily changed by editing a little bit of text.
First, get the .html file that you want to edit. If you want to change the title for all your pages, you may have to edit all the .html files. However, most web developers will make the header of the page separate from the page, so you may be able to just edit a header.php file. If you aren’t sure, contact your web developer.
After you’ve got the file, you are now ready to open it and begin editing. You can open the files in as simple a program as Notepad, or a better program such as Adobe Dreamweaver, it doesn’t really matter. When you have the files open, look towards the top of the page for the tags <title> </title> . Contained between these two tags is what displays as your title. Edit the text, save it, and your done!