
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>로그인 페이지</title>
<style>
.mytitle{
color: red;
}
</style>
</head>
<body>
<h1 class="mytitle"> 로그인페이지<h1>
<P>I D : <input type="text" /><P>
<P>PW : <input type="text" /><P>
<button> 로그인하기</button>
</body>
mytitle 앞에 .을 붙이는게 어떤의미로 붙이는 것인지 궁금해요
