As I would normally do this in HTML (5), it would be like this:
/* CSS For this example */ footer p { font-size: 16px; font-weight: normal; } footer strong { font-weight: bolder; } <footer> <p>Title <strong>- Name. 1234 N. Main St., Anytown, USA</strong></p> </footer>
My problem with this is that it seems that 90% of the text in the paragraph matters more, which seems intuitive to me. It seems to me that I am more semantic to wrap text abnormal in a paragraph, which in this case is a lighter text text and leave footer p {font-weight:bold}
.
<small>
suitable element here, even if it is not valid for legal disclaimer, etc.
source share