• VNath
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

Hi

I created a page : HelloWorld

code:

 

<apex:page showHeader="false" title="MyTitle">
  <h1>Hello World</h1>
</apex:page>

 

But when I opened this page in the browser with the url: https://c.ap1.visual.force.com/apex/HelloWorld

The title not displayed! 

Can anyone please assist me to display the title.

 

Thx in adv,

VNath