I have a website that running OK at Mozilla Firefox and Google Chrome. But in Internet Explorer, it won't show the title of paragraph. I use Headings Elements like H1, H2 and so on. But in Internet Explorer it won't show up. How it could be?
h2 {
margin:8px 0;
margin-top:-10px;
padding:8px 0;
font-size:26px;
font-weight:bold;
line-height:1.2em;
color:#333;
text-transform:none;}
I use <h2>Title of Book</h2>
and above is my code.