
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
mytitle {
color:brown;
}
</style>
</head>
<body>
<h1 class="mytitle">로그인페이지</h1>
<p>ID : <input type="text"/></p>
<p>PW : <input type="text"/></p>
<p><button>로그인</button></p>
</body>
</html>
