단락
Coddy의 스톱워치 - HTML/CSS/JS 프로젝트 코스 레슨 — 10개 중 3번째.
챌린지
쉬움컨테이너 안에 텍스트가 00:00:00이고 id 속성이 stopwatch인 단락 태그를 추가하세요.
직접 해보기
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>