Skip to content

Dcom-KHU/2021-Web-Study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2021-Web-Study

Dcom-KHU 2021 Web Study
Study Page

Goal

HTML, CSS, Javascript를 이용한 웹 개발을 배웁니다.

Requirments

필요한 사전 지식은 없습니다. 다만 기초적인 프로그래밍 문법(Ex. Python, C, Java)을 알고 있다면 더욱 수월한 학습이 가능합니다.

🚩 과제 제출이 Git Repository를 통해 이루어집니다. 따라서 Remote Git Repository 기초적인 사용법(push, pull 등)을 알아야 합니다.

Curriculum

이번 스터디에서는 기본적인 웹 개발에 필요한 HTML, CSS, Javascript를 학습합니다. 기초 과정은 4단원으로 구성되어 있으며, 각 강의별로 단원에서 배운 내용을 활용한 실습 과제가 출제됩니다.

  • Chap 0 [Lecture Note]

    • Why to learn Web Development in 2021?
    • Learn HTML Basic
      • Structures, Basic Tags
  • Chap 1 [Lecture Note]

    • More HTML Tags!
      • link, a, div, table
    • Basic Styling using CSS
      • Selectors, Visual Rules
  • Chap 2 [Lecture Note]

    • Advanced Styling using CSS
      • Box modeling
      • Positioning
      • Flexbox
  • Chap 3 [Lecture Note]

    • Learn Javascript Basic
    • Handling DOM event
  • Chap 4 [Lecture Note]

    • Publishing a website using Netlify

Contact