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

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -