Quote:
Originally Posted by JSWolf
<br/> is mostly used like this...
<p class="copy">Introduction copyright © 1989 Hui Corporation<br/>Text copyright ©1956 Hui Corporation<br/>Republished in 2012<br/>All rights reserved.</p>
|
Yep, that is my understanding also.
But I tend to remove that anyway and use...
<p class="copy">Introduction copyright © 1989 Hui Corporation</p>
<p class="copy">Text copyright ©1956 Hui Corporation</p>
<p class="copy">Republished in 2012</p>
<p class="copy">All rights reserved.</p>
I would love to know if there is any difference between the two methods and if one should be used over the other and why.