Computer problems,Computer help
*AX SOFT>>>Programming & Design

What is the name of the top line of a web page browser where there is text?


This thing - the red arrow is pointing to it:

http://i45.photobucket.com/albums/f85/Em...

And if you're extra amazing, how do I add that line to my personal webpage?!

It's called the title bar.

And since I'm feeling extra amazing today, I'll even tell you how to put it on your own page! :)

Not knowing what kind of page you have makes it a little hard, but I can give you how it works for a standard page. When you are in the code editing (HTML) area of your page, you should see something that looks like this at the very top:
<html>
<head>
...stuffinhere...
</head>
<body>
...stuffinhere...
</body>
</html>
Right below where it says <head>, just insert something like this:
<title>My Great Webpage</title>
You can change the text between the two title "tags" to whatever you'd like.

Hope that answers your questions!

This is the webpage's title. If you designed your page yourself using this code: <title> insert title here </title> if you did not make the webpage yourself then you wont be able to do this. or if this is a myspace or facebook etc. you cant change the title. if you didn't make the website then ask the person who did make it for you. also if you need help on where to place the code if you did make it simply put it about 3-4 lines down after the page translation but before the body content. hope this helps! :]

That the title of the webpage. to change it in your code:

<html>
<head>
<title>
Your title goes here!
</title>
</head>
<body>
</body>
</html>

That's a webpage with just the title changed. If you want to change the body look for tutorials on html

Everyone else is right. It is called the <title> tag.
You can even change the Title during load by accessing the DOM. Click the source link below to see an example

document.title=

You can create a script to make the Title dynamic!

Tags
  General - Computers & Internet   Software   Security   Programming & Design   Facebook   Flickr   Google   MSN   MySpace
Related information
  • Help Me Please !!?

    The good news is that anyone in the world can put up a website. The bad news is that there are millions of websites. Search Engine Optimization (SEO ). ...

  • Page breaks?

    Put ur cursor above the break press the left mouse button and drag it to the other part if the break. Release the mouse button and press backspace.. Ur break wil be gone..

    ...
  • How can i make a site like facebook ? can you do it on dreamweaver ?

    You have to learn PHP and mysql.

    ...
  • Whats the code in vb.net to apply a variable in search engine url?

    Don't know Dave ,on your way ...

  • What are the pros and cons of PHP over JSP?

    JSP takes more resources to host the website but is better when you have simultaneous users. I've used PHP for the server-side scripting language for sites that don't get as much traff...

  • Where can i download the source code for video games.?

    Most major game developers haven't/won't release their source code. It is their work which they have worked hard on and possibly spent years producing. Then they release the source code a...

  • Will any body help me with C++?

    it's called "executing", "booting" is when you turn your computer on. This code should work- #include <iostream> #include <cstdlib> using namespace std;...

  • The best free website server?

    if its name try ...

  •  

    Categories--Copyright/IP Policy--Contact Webmaster