
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
코드를 영상과 동일하게 그대로 입력했는데, 라이브서버에 이상하게 올라옵니다
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
.myclass{
color: red;
background-color: beige;
}
</style>
</head>
<body>
<h1 class="myclass">나는 헤딩태그입니다.</h1>
</body>
</html>
코드는 동일하게 작성했습니다.

작성한 코드 및 에러 메세지
에러메시지는 따로 없었습니다
