HTML Misc Notes - bahkified/Notes GitHub Wiki
- Short tags, ex:
<span ... />might not render correctly! Instead, just use normal closing tags.<span ...></span>
<span ... /> might not render correctly! Instead, just use normal closing tags. <span ...></span>