web-crash-course


Website Structure / 웹사이트 구조

<!DOCTYPE html>
<head>
  <title>Page Title</title>
  <meta />
  <link />
  <script></script>
</head>
<body>
  ...
</body>
</html>