Ik ben pas begonnen met het leren van CSS. Nu heb ik een webpagina gemaakt en het lettertype ziet er in IE anders uit als in FF. Hieronder staat de code. Kan iemand mij vertellen wat ik fout doe of wat ik vergeten ben?
PHP:
body {
color black;
background: #f8f8ff;
margin-left: 20px;
margin-right: 80px;
}
h1 {
color: black;
font-size: 26 px;
font-family: Helvetica;
font-weight: bold;
}
h2 {
color: black;
font-size: 20 px;
font-family: Helvetica;
font-weight: bold;
}
h3 {
color: black;
font-size: 17 px;
font-family: Helvetica;
font-weight: bold;
}
h4 {
color: black;
font-size: 14 px;
font-family: Helvetica;
font-weight: bold;
}
p {
font-size: 12 px;
font-family: verdana;
font-weight: normal;
margin-right: 20px;
}
.outline {
font-family: verdana;
text-align: justify;
}
b {
font-size: 12 px;
font-family: verdana;
font-weight: bold;
}
.Alto {
font-size: 12 px;
font-family: verdana;
font-weight: normal;
}
i.Tekst {
font-size: 12 px;
font-family: verdana;
}
u.Tekst {
font-size: 12 px;
font-family: verdana;
}
a {
font-size: 12 px;
font-family: verdana;
font-weight: normal;
}
small {
font-family: verdana;
}
li {
font-size: 12 px;
font-family: verdana;
font-weight: normal;
}