Let's say I have a generic message, such as
Do you want to delete {object} from {environment}?
I want to emphasise non-generic parts (object/environment).
Currently I use <em>
, but it is missing any semantics over why this is emphasised, so the emphasis becomes more stylistic than semantic.
Is there a better choice — some tag where this is defined as explicit use case?