You have
<p id="customParab">
in two places, which is an example of when to use a class instead of an id.
<p class="customParab">
To eliminate one validation error source, change all of your <br> to <br />.
You have
<p id="customParab">
in two places, which is an example of when to use a class instead of an id.
<p class="customParab">
To eliminate one validation error source, change all of your <br> to <br />.
Bookmarks