writing - Style Guide: Bold, Italic, or Quotes When I Want to Emphasize Something
Let’s say I have many lists of this kind on a page:
- Click on the Foo button.
- Tick the Bar box.
- Click on the Save button.
How should I emphasize Foo, Bar, and Save?
Bold?
- Click on the Foo button.
- Tick the Bar box.
- Click on the Save button.
Italic?
- Click on the Foo button.
- Tick the Bar box.
- Click on the Save button.
Quotes?
- Click on the “Foo” button.
- Tick the “Bar” box.
- Click on the “Save” button.
NOTE: I want the lists to be read as easy as possible.
Answer
This is purely a matter of style, which is entirely subjective.
When writing this sort of text, I tend to use bold for button names, but there may be the means to name the actual button itself: foo
Using such styling might be useful if your line spacing is sufficiently wide to accommodate it.
Comments
Post a Comment