Internet Explorer is giving me a headache.
This is the CSS code I'm using:
kl {
font-size:10pt;
font-weight: bold;
color:#6e90a6;
}
And here is my HTML code:
<div id="testid"><kl>test</kl>
Why is Internet Explorer not recognizing my CSS code?