Is allowed to make space in terms of semantic, web standards and accessibility and cross browser compatibility?
|
|
|
||
|
|
|
|
The reason it was invented was to prevent line breaks (in fact it's an acronym "non-breaking space"), however it's obsolete: You should use the "white-space:nowrap;" CSS attribute. Whatever you do, NEVER use it to indent or as a "separator" between, for example, table cells.
Is equivalent to the preferred form
|
||
|
|
|
|
Sure, why not? In a case like Just don't use |
||
|
|
|
|
|
||
|
|
|
|
Since you tagged your question with “XHTML”, the answer is “it depends”. If you serve your XHMTL documents as XML then Firefox will not read entities from the DTD file. As a consequence, it won’t recognized named entities such as That said, “make spaces” is a rather nebulous term. You should use CSS to position your elements and put indentations in the text (other than source code inside a |
||||
|
