<aside> 💡 시간 편성에 따라 해당 실습을 모두 못할 수도 있습니다. 처음에 소개해드린 무료강좌 30분 요약강좌를 참고해주세요.

</aside>

1. HTML 기본 구조

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Document</title>
</head>
<body>
  
</body>
</html>

1. <!DOCTYPE html>

2. <html lang="en">

3. head

meta