Em cũng mới tập tành viết css và html
Cho em hỏi sao file css của trên IE thì chạy được còn chrome với firefox thì không?
html:
<!DOCTYPE html>
<html>
<head>
<title>
Chào mừng bạn đến với Facebook - Đăng nhập, Đăng ký hoặc Tìm hiểu thêm
</title>
<link rel="shorcut icon" href="image/logo.ico" />
<link type="text/css" rel="stylesheet" href="style.css"/>
</head>
<body>
<div class="headder">
</div>
<div class="body"></div>
<div class="footer"></div>
</body>
</html>
-->
css:
body
{
background-color: #365899;
}