Break != Break ??
Break != Break ??
- Started
- Last post
- 4 Responses
- tomkat
What exactly is this for a kind of break?
(br /)
And how is it different from regular breaks?
(br)
*Replace brackets with HTML brackets.
- stimuli0
(br /) is XHTML if I'm not mistaken. You have to close all tags with a /.
At least I think so.
- jpolk0
all tags must be closed for XHTML compliance. just shorthand for (br)(/br).
- MACAS00
Same applies to IMG tags or any other tag that never needed a close bracket, break, meta, etc.
- tomkat0
thanks guys..