Is the following html valid?
<p><hr width="50%"></p>
Or would the following be more "technicall y correct"?
<p>
<hr width="50%">
Do I require the closing </p> tag?
<p><hr width="50%"></p>
Or would the following be more "technicall y correct"?
<p>
<hr width="50%">
Do I require the closing </p> tag?
Comment