
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
<!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>나의페이지</title>
<style>
.mytitle {
color: red;
font-size: 40px;
}
</style>
</head>
<body>
<h1 class="mytitle"> 로그인페이지</h1>
<p>ID: <input type="text" /></p>
<p> PW: <input type="text" /></p>
<button> 로그인하기</button>
</body>
</html>
에서 이렇게 입력하고 저장을 눌렀는데 아무 변화가 없어요..ㅠㅠ
