View Single Post
  #2 (permalink)  
Old 10-21-2009, 10:10 AM
ishkey's Avatar
ishkey ishkey is online now
Moderator
 
Join Date: Aug 2007
Location: North GA USA
Posts: 2,187
ishkey will become famous soon enough
Default

Depending on which DTD (Document Type Definition) you have in the top of your page determines which style to use.

<br> - Is HTML complaint.
<br /> - Is xHTML complaint

they are stand alone tags, just like the <hr> tag creates a horizontal line in an HTML page.

example
Code:
<p>YourName<br>123 Street<br>Some Town</p>
code would output:
YourName
123 Street
Some Town
__________________

cleandeck graphite lubricant
Reply With Quote