Content deleted Content added
one more: unclosed entities |
|||
Line 23:
;Unquoted attributes :It's also recommended to use quotes on all attributes (for instance, use <code><nowiki><font color="white"></font></nowiki></code> instead of <code><nowiki><font color=white></font></nowiki></code>).
;Unclosed entities :If you have a [[HTML entity]] which is lacking the final <code>;</code>, you need to add it; if you have a bare <code>&</code>, it must be replaced by <code>&amp;</code> (a bare <code>&</code> is always a mistake in either HTML or wikicode).
[[Category:Wikipedia how-to]]
|