Comment by reactordev
Comment by reactordev 2 days ago
It’s totally valid XHTML, just not recognized.
XHTML allows you to use XML and <bold> <italic> are just XML nodes with no schema. The correct form has been and will always be <b> and <i>. Since the beginning.
The problem there is the order of tags not their names.