
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
새로고침 이후에 화면이 백지 상태에요;;; 뭐가 문제일까요ㅜㅠ
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>로그인 페이지</title>
<style>
.mytitle {
background-color: green;
width:300px;
height:200px;
}
<style/>
</head>
<body>
<div class="mytitle">
<h1>로그인 페이지<h1/>
<h5>아이디, 비밀번호를 입력해주세요</h5>
<div/>
<p>ID: <input type="text" /></p>
<p>PW: <input type="text" /></p>
<button> 로그인 하기</button>
</body>
</html>
