
<html lang="en">
<head>
<meta charset="UTF-8">
<title>로그인 페이지</title>
<style>
.mytitle {
color: green;
}
</style>
</head>
<body>
<h1 class=""mytitle">로그인 페이지</h1>
<p>ID: <input type="text"/></p>
<p>PW: <input type="text"/></p>
<button> 로그인하기</button>
</body>
</html>
ㄱ글자 컬러가 변경되지 않습니다 뭐가 잘못된 걸까요 ;;;
