Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hii
i created one website and published in iis here my issue

in my application i gave title is ram it's working fine in local system when i try to open in local network the title name change here display same url name. after publishing how to set title for url header.
Posted

1 solution

Hi Krish,

Use <title> tage to display title on browser Tab.
Example:
HTML
<html>
<head>
<title>This is Demo Title</title>
</head>
<body>
The content of the document......
</body>
</html> 
 
Share this answer
 
Comments
krish2013 22-Apr-14 23:41pm    
Hii sunasara,
it's working fine in local system but after publishing the application the url will be displayed on browser tab.

please share any idea to me.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900