i want a specific div to appear on the homepage only so i wrote this and gave me an error so what`s wrong
<?php if (is_front_page()){
<div id="stats">
<p><span class="visitors">Visitors</span>34567</p>
<p><span class="high_rated">Highest rating article</span>Bla bla bla</p>
</div>
}?>