
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
여러번 시도해보았는데 색상변경이 되지 않아 혹시 어디에서 잘못된 것인지 확인 부탁드려도 될까요?
<!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>
<style>
.myclass {
color: red;
}
</style>
</head>
<body>
<h1 class"myclass">나는 헤딩태그입니다.</h1>
</body>
</html>


