I'm not really sure if this would be better suited over on SE's user experience site, but here goes: Say I'm writing a blog post or, even better, a question on one of the various SE sites. My example blog post or question is about HTML, and I have three similar elements that I want to collectively refer to. If the element I'm talking about is a "section", which of the following should I use?
- Three
sections. - Three
sections. - Three
sectionelements.
In the first example, the "s" is contained within the code highlighting. In the second example, the "s" is directly after the highlighting. In the final example I've dropped the "s" from the inline code altogether and instead pluralised the name of the group "section" belongs to.
<section>– mplungjan Aug 01 '13 at 09:11