
제 컴퓨터는 맥북입니다!
다른 건 문제 없이 다 잘됐는데 command+option+L 키나 command+option+tap키가 작동이 안돼서 혹시 이럴 땐 어떻게 해야할까요?
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Login Page</title>
</head>
<body>
<h1>로그인 페이지</h1>
<P>ID: <input type="text"/></P>
<p>PW: <input type="text"/></p>
<button>로그인하기</button>
</body>
</html>
