Question:

How do you change the name for a website?

by  |  earlier

0 LIKES UnLike

Like when you see the very top of your mozilla or internet, you see the websites name. like for example Yahoo! answers!

What is the HTMl code for that? I need it for my piczo site.

arigato desu!

 Tags:

   Report

4 ANSWERS


  1. The other answers are correct. However, this only applies if you have access to the actual (full) HTML of the page. If you are using a site like Piczo.com, MySpace.com or FaceBook.com (or something similar), you may not be able to change it at all...


  2. Not sure if you can do it on piczo but its  <head><title> Your Title </title></head>

  3. Put the following in between the <head> </head>tags

    For example:

    <title>Your title</title>

  4. In the "<head>" section.

    <head>

    <title>

    Your Title Here

    </title>

    </head>

    Hope this helps!

Question Stats

Latest activity: earlier.
This question has 4 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.