Use of odd break tag
Posted: Thu Jul 29, 2004 5:25 am
I've RTFM'd, and spent hours googling this in various ways and just can't turn up any explanation of it...
What is the difference between these:
and
It's that second usage that I don't understand... and it seems to do the same thing, so why the space and the slash? If there's something explaining this ANYWHERE, I apologize, but it seems that it's something you're expected to know even before saying Hello World.
What is the difference between these:
Code: Select all
echo ("A normal br tag ends this line.<br>");Code: Select all
echo ("The weird br space slash ends this line.<br />");