일단 html에는
<!DOCTYPE html>
<html>
<head>
<title>Week 2</title>
<link href="style.css" rel="stylesheet" type="text/css"> <-----혹시몰라 포지션도 바꿔봣어요, 원래는 rel이 먼저
</head>
<body>
<h1>This is the week 2 assignment on a Tuesday night
</h1>
<p> I'm learning and that's a good thing!</p>
...
이렇게 쭉이어둿구요
css에는
body {
background: #efefef;
font-family: arial;
}
p {
font-size: 22px;
color: #808080;
}
a {
color: #ffd700;
text-decoration: underline;
}
해둔뒤 같은 폴더에 저장하고 이름도 style.css로 해뒀습니다
그런데 안되서
cache 도 disable로 바꿔보고 style.css.text라고도 바꿔보고
구글에서 제가 이해할수있는내에 할수있는건 다해봣는데
net::ERR_FILE_NOT_FOUND로 계속뜨구요
이렇게 failed로만 뜹니다
무슨 방법을 해보면될까요 ㅠㅠ 진도가 1시간쨰 안나가요 엉엉