[clue-tech] Embedded Content on a Web Page

David Anselmi anselmi at anselmi.us
Wed Jan 5 21:39:34 MST 2005


Jed S. Baer wrote:
[...]
> I really don't care much for XHTML -- I mean c'mon, "<br />" ???
> Yech.

It's actually <br/>, the shorthand for an empty element (all elements 
require closing tags now so you could use <br></br> but that's worse 
IMO).  The <br /> is just a workaround for browsers that happen to 
handle it better with a space (HTML 4 user agents).

I agree with a space it's ugly but I don't mind it without.  And you 
might prefer a space on something like this:

<img src="foo.jpg" alt="A very pretty picture of foo" />

Oh well.

Dave



More information about the clue-tech mailing list