
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
검사 콘솔창에서 화살표 윗키를 눌러도 잘 안되고 화면이 이렇게 뜨네요?

Failed to load resource: the server responded with a status of 404 (Not Found)
let temp_html = ` <div class="col">
<div class="card">
<img src="https://movie-phinf.pstatic.net/20210728_221/1627440327667GyoYj_JPEG/movie_image.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">여기에 제목이 들어갑니다.</h5>
<p class="card-text">여기에 내용이 들어가지요.</p>
<p>⭐⭐⭐</p>
<P CLASS="mycomment">여기에 코멘트가 들어갑니다.</P>
</div>
</div>
</div>`
undefined
$('#cards-box').append(temp_html)
S.fn.init [div#cards-box.row.row-cols-1.row-cols-md-4.g-4]
$'('#cards-box').append(temp_html)
VM163:1 Uncaught SyntaxError: Unexpected string
