본문 바로가기

Programming32

[HTML/CSS] HTML 이해하기 1) HTML 소개 HTML이란 Hyper Text Markup Language의 줄임말로, ​ 1990년대 영국의 물리학자 팀 버너스리가 제안하여 개발되었다. 초기 개발 목적은 연구소의 연구원들이 신속하게 정보와 문서를 공유하기 위해서였고, 현재의 웹은 문서의 형태는 아니지만, 정보를 공유한다는 목적은 여전히 같다. ​ Hyper Text는 단순한 텍스트를 넘어서 웹 페이지의 특정 부분과 연결할 수 있는 가진 텍스트, 즉 링크를 의미한다. Markup Language는 프로그래밍 언어의 한 종류로 정보를 구조적, 계층적으로 표현 가능한 특징이 있다. ​ HTML은 .html 파일 확장자를 쓰면, 그 파일 안에 html 코드를 작성하게 된다. ​ https://developer.mozilla.org/ko.. 2020. 7. 29.
[Parcel] #4 TypographyJS and Building for Production (#코딩공부) https://youtu.be/_sqpbK1I6_k https://wook-2124.tistory.com/120 [Parcel] #3 CSS Modules and SCSS with Parcel (#코딩공부) https://youtu.be/88vpOi9PyZk https://wook-2124.tistory.com/117 [Parcel] #2 React and ES6 with Parcel (#코딩공부) https://youtu.be/gRR9xvT8uDo https://wook-2124.tistory.com/115 [Parcel].. wook-2124.tistory.com https://ko.parceljs.org/ Parcel Blazing fast, zero configuration web applicat.. 2020. 5. 8.
[Parcel] #3 CSS Modules and SCSS with Parcel (#코딩공부) https://youtu.be/88vpOi9PyZk https://wook-2124.tistory.com/117 [Parcel] #2 React and ES6 with Parcel (#코딩공부) https://youtu.be/gRR9xvT8uDo https://wook-2124.tistory.com/115 [Parcel] #1 Hello world with Parcel (#코딩공부) https://youtu.be/ZNCADEw21Dw https://wook-2124.tistory.com/114 [Parcel] #.. wook-2124.tistory.com https://ko.parceljs.org/ Parcel Blazing fast, zero configuration web application bun.. 2020. 5. 6.
[Parcel] #2 React and ES6 with Parcel (#코딩공부) https://youtu.be/gRR9xvT8uDo https://wook-2124.tistory.com/115 [Parcel] #1 Hello world with Parcel (#코딩공부) https://youtu.be/ZNCADEw21Dw https://wook-2124.tistory.com/114 [Parcel] #0 Parcel What and Why (#코딩공부) https://youtu.be/Xe3aQx9nx4Y https://ko.parceljs.org/ Parcel Blazing fast,.. wook-2124.tistory.com https://ko.parceljs.org/ Parcel Blazing fast, zero configuration web application bundler .. 2020. 5. 5.
[TIP] 에멧 단축키(Emmet Abbreviation) in Visual Studio Code https://www.youtube.com/watch?v=3GI5MNOupYA https://code.visualstudio.com/docs/editor/emmet Emmet in Visual Studio Code Using Emmet abbreviations inside Visual Studio Code. code.visualstudio.com https://docs.emmet.io/cheat-sheet/ Cheat Sheet Download cheat sheet as printable PDF A5 docs.emmet.io https://docs.emmet.io/abbreviations/syntax/ Abbreviations Syntax Abbreviations Syntax Emmet uses synt.. 2020. 5. 4.