You need to escape the ampersand:
<div class="test">&times</div>
× means a multiplication sign. (Technically it should be × but lenient browsers let you omit the ;.)
You need to escape the ampersand:
<div class="test">&times</div>
× means a multiplication sign. (Technically it should be × but lenient browsers let you omit the ;.)