Forum Moderators: open
How would you semantically mark up text that you want to give less emphasis too in relation to the surrounding text? Perhaps like a side note for instance.
Something like:
Fav forum: webmasterworld.com <deemphasize>(Member since July 3, 2006)</deemphasize>
At first I went for something like <span class="less-emphasis"> which does at least separate the text and can be styled any which way, but doesn't really offer semantic meaning and is a little longer than I'd care to type.
However, what about <small>? Although this is strictly a font-style element, so perhaps does not separate style and content as may be it should. It is easier to type, displays OK when not styled with CSS, separates the text with an element that is not just a generic inline container and in my mind offers some semantic meaning... small text is text with less emphasis, right?
Any thoughts?