我页面上的标题一直以斜体显示,我找不到任何代码表明它应该这样做。会发生什么?我什至从另一个页面复制/粘贴了标题代码,其中标题没有斜体,但它仍然存在。
<head>
<title>1867 Settlement - Origins</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
background-color: #E6E6FA;
}
.style2 {
font-size: small;
font-style: italic;
}
.style3 {font-size: small}
a:link {
color: #B2243B;
}
a:visited {
color: #B2243B;
}
-->
</style>
</head>