Salesforce issue: XML document structures must start and end within the same entity -


i'm trying code work, error comes after running is:

xml document structures must start , end within same entity.

my code is:

<apex:page>     <center>log in , lets make sales world yours.</center>     <apex.form> <apex:commandbutton value="log in" onclick="window.open('https://www.bluegreenvacations.com/');" /> </apex.form>   <apex:page> 

looks forgot forward slash in line #4!?

</apex:page> 

Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

formula - R: how to pass in a reference to the variable in glm or lm? -