Live,
I'm trying to create a title from type: Shopping .com
I want ".com" to be in bold but I do not want to use "em" because it is not a paragraph.
Do you know how to do this?
Live,
I'm trying to create a title from type: Shopping .com
I want ".com" to be in bold but I do not want to use "em" because it is not a paragraph.
Do you know how to do this?
Use CSS:
.destaque {
font-weight:bold;
}
Compras<span class="destaque"> .com</span>
Also note that html has title tags <h1>
<h2>
, etc, and these tags, by default, already use bold.