title for web page

Just wondering how can I add title to my web pages.

I want that my web page title text should appear in browser title bar, just like any other web site.

By default I think title is blank in pages created through JSC.

How/Where can I change it to include my own text in <title></title>

?

<?xml version="1.0"?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta content="no-cache" http-equiv="Pragma" />

<meta content="no-cache" http-equiv="Cache-Control" />

<meta content="no-store" http-equiv="Cache-Control" />

<meta content="max-age=0" http-equiv="Cache-Control" />

<meta content="1" http-equiv="Expires" />

<title></title>

Thanks.

[936 byte] By [ndzpac] at [2007-11-26 10:51:33]
# 1
Just select the page you are working on in JSC (click on the background if you have another component selected), and then go over to the properties and look under Appearance. You should see a property called "Title". Enter your page title there and that's it!cheers,Paul
UVic_Paul at 2007-7-7 3:04:21 > top of Java-index,Development Tools,Java Tools...
# 2

Hi,

Go to properties window. You'll see Title in the list. Click on the (...) on the right hand side of the Title . Another window opens up, and you canadd / edit whatever you want your Title to be.

Also, a quick way you can see the change: right click page in question , from drop down menu select "preview in browser" to see the change.

Rradhika at 2007-7-7 3:04:21 > top of Java-index,Development Tools,Java Tools...
# 3
In the outline window, click on head1 and then look in the properties window for "title." You can also try just clicking on blank area of the page and look at the properties window.
jsr at 2007-7-7 3:04:21 > top of Java-index,Development Tools,Java Tools...
# 4
Thanks guys, thats does it.
ndzpac at 2007-7-7 3:04:21 > top of Java-index,Development Tools,Java Tools...