
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.문
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
<!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>
</head>
<body>
<h1>로그인 페이지</h1>
ID: <input type="text" />
<hr>
PASS: <input type="text" />
<p><button> log in</button></p>
</body>
</html>
줄바꿈할때 <hr>이나 <p>중 아무거나 사용해도되나요?
