
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
스타일 써서 로그인 페이지 글자 빨간색으로 변경이 안돼요 ㅠㅠ

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
.mytilte {
color: red;
}
</style>
</head>
<body>
<h1 class="'mytitle">로그인 페이지</h1>
<P>ID : <input type="text" /></P>
<P>pw : <input type="text" /></P>
<button>로그인하기</button>
</body>
</html>
