
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-1,0">
<title>로그인페이지</title>
<title>
/* css */
.mytitle {
color: red:
<font-size:40px></font-size:40px>
}
#id {
color:
}
</title>
</head>
<body>
<h1 class="mytitle">로그인 페이지</h1>
<p id="id">ID:<input type="text"/></p>
<p>PW: <input type="text"/></p>
<button>로그인하기</button>
</body>
</html>색상이 않변하는 이유//
