Basic Visualforce Page

Comments in the page starts with <!–  and ends with –> tags

HTML can be included as it in a Visualforce Page

<apex:page >
    <!-- Begin Default Content REMOVE THIS 
        My another line -->
    <h1>Congratulations</h1> <br/>
       This is your new Page
    <!-- End Default Content REMOVE THIS -->  
    <h2> This is Salesforce Training </h2>
</apex:page>

Related posts

Leave a Comment