Probably there is an error in the code within the <p>
and </p>
tags.
Try commenting it out and see what the result is:
<div>
@using (Html.BeginForm()) {
<p>
@* = Server side comment out.
....
*@
</p>
}
</div>