5 ms·
<aside> is in HTML5. <abbr> would be incorrect for this usage. You could, perhaps, stretch the use case of the "i" element (not "em"), though a simple span wou
by sc 17y ago
<aside> is in HTML5.
<abbr> would be incorrect for this usage. You could, perhaps, stretch the use case of the "i" element (not "em"), though a simple span would probably be the way to go.