<aside> 💡 기본적인 HTML 문서 구조에 대해서 알아보겠습니다! VS Code 를 열고 ! + tab 을 눌러 보세요

</aside>

<!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