
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
5-2 수업 내용 실습 내용 중 에러
코딩을 입력 > 오른쪽 마우스> open in 디폴트 브라우저 클릭> 앱을 이용해서 코딩을 열라는 메세지 나와요.(2번째 화면 캡쳐)
어떻게 하면 될까요?
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Card Example</title>
</head>
<body>
<div class="card">
<h2>Card Title</h2>
<p>This is the content of the card. It contains some text that gives information about the card.</p>
<button>Click Me</button>
</div>
</body>
</html>

화면 전체를 캡처해 주시면, 튜터님들이 빠르게 상황을 이해할 수 있어요.

