Title & Body
Coddy의 사이드바 | 프론트엔드 프로젝트 코스 레슨 — 13개 중 2번째.

챌린지
쉬움1. 'Mobile Sidebar'(또는 원하는 이름) 텍스트를 포함하는 title 태그를 생성하세요.
2. body 내에 'Open' 텍스트를 포함하고 ID가 'openSidebarBtn'인 버튼을 생성하세요.
직접 해보기
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
<!-- Write HTML code here -->
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>사이드바 | 프론트엔드 프로젝트의 모든 레슨
1소개
무엇을 만들게 될까요?