덕영고등학교 2학년 재학중인 김준우입니다!
-
코틀린 언어로 계산기 제작하기
https://github.com/MAKE-Security/PL-Learning/blob/main/11005%EA%B9%80%EC%A4%80%EC%9A%B0%20%EA%B3%BC%EC%A0%9C
</ul>
</section>
<section id="contact">
<h2>Contact</h2>
<form>
<label for="name">김준우</label>
<input type="text" id="name" name="name">
<label for="email">violin8767@gmail.com</label>
<input type="email" id="email" name="email">
<label for="message">메시지</label>
<textarea id="message" name="message"></textarea>
<button type="submit">보내기</button>
</form>
</section>
</main>
<footer>
<p>Copyright ©
<script>
document.write(new Date().getFullYear());
</script>
김준우</p>
</footer>