It is showing an error on line 2 like this FATAL ERROR syntax error, unexpected '<' on line number 2 please tell me what I am missing here.My code is shown below
<?php
<footer>
<div class="container">
<center>
<p>Copyright © Lifestyle Store. All Rights Reserved | Contact Us: +91
9000000000</p>
</center>
</div>
</footer>
?>