코딩Coding
-
HTML : attribute와 property 의 차이코딩Coding/HTML_CSS_JavaScript 2020. 7. 11. 21:06
HTML : attribute와 property 의 차이 https://medium.com/@jeongwooahn/html-attribute%EC%99%80-property-%EC%9D%98-%EC%B0%A8%EC%9D%B4-d3c172cebc41 HTML : attribute와 property 의 차이 원문 : http://jquery-howto.blogspot.kr/2011/06/html-difference-between-attribute-and.html medium.com
-
VisualStudioCode Top5 extensions코딩Coding/VisualStudioCode_IDE사용_Extensions 2020. 7. 10. 17:13
https://code.visualstudio.com/docsDocumentation for Visual Studio CodeFind out how to set-up and get the most from Visual Studio Code. Optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.code.visualstudio.com
-
emmet으로 html태그 작성하기-코딩팁코딩Coding/HTML_CSS_JavaScript 2020. 7. 10. 17:09
https://opentutorials.org/module/2957/20611 에디터 팁 : emmet 으로 html태그 작성하기 - 코딩팁 html,css 등을 작성할때, 시간을 단축시켜주는 확장기능입니다. https://emmet.io/ 해당에디터 : vscode, atom, notepad++ 외 그외에도 emmet 플러그인만 설치돼있으면 다 가능합니다. 아마 대부분의 에디터가 �� opentutorials.org https://demun.github.io/vscode-tutorial/ 시작 - Visual Studio Code tutorial 시작 비주얼 스튜디오 코드는 가볍고, 맥,리눅스,윈도우에서 모두 실행 가능하고, 무료인 코드편집기입니다. Sublimetext, Atom 에디터의 장점들을 잘..
-
Emmet Document-Sytax코딩Coding/HTML_CSS_JavaScript 2020. 7. 8. 23:20
https://docs.emmet.io/abbreviations/types/Element typesElement types in HTML and XML documents, when you expand abbreviations, all abbreviation parts are transformed on-the-fly into HTML/XML tags. But certain elements like a or img are transformed into elements with predefined attributes: and . How does Emmet docs.emmet.io
-
HTML/CSS_01-07.Emmet코드,tab(단축키)를 눌러 기본 틀 자동코딩Coding/HTML_CSS_JavaScript 2020. 7. 8. 17:17
https://qdgbjsdnb.tistory.com/161 [HTML/CSS]01-07.Emmet 코드, Tab(단축키)를 눌러 기본 틀 자동 완성 Emmet 코드는 자동완성으로 만들어지는 HTML 코드이다. 자주 사용하는 코드들이나 div같은 태그를 쓸 때 , 를 일일히 입력하지 않고 div만 치고 아래 나오는 자동완성 리스트를 선택하는 것이다. 위 qdgbjsdnb.tistory.com https://code.visualstudio.com/docs/editor/emmet Emmet in Visual Studio Code Using Emmet abbreviations inside Visual Studio Code. code.visualstudio.com "emmet.triggerExpansionOnT..