I want to make the text within an <em> tag bold instead of italic. Is there a way to achieve this with CSS?
Sure, use following CSS code:
em {
font-weight: bold;
font-style: normal;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With