Forum Moderators: open

Message Too Old, No Replies

<P> tags

Are <BR> wrong..

         

hitchhiker

2:02 am on Mar 20, 2003 (gmt 0)

10+ Year Member



I'm using a db to spill out my pages, the text has been using <BR> to break. Will converting to <p></p> result in a significant PR increase or just better keyword weight?

andreasfriedrich

2:31 am on Mar 20, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Using P [w3.org] elements in favour of BR [w3.org] elements will not lead to any gain in PR since PR is calculated based on off-page properties. It won´t increase your keyword density either.

You should use P [w3.org] elements to markup paragraphs and BR [w3.org] elements to markup line breaks. Since the BODY [w3.org] element may only contain block-level elements you need a container for your text anyway. Just putting your text directly into the BODY [w3.org] element is wrong.

Andreas