코딩Coding/HTML_CSS_JavaScript
-
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..
-
CSS_justify-content코딩Coding/HTML_CSS_JavaScript 2020. 7. 8. 17:00
https://css-tricks.com/almanac/properties/j/justify-content/justify-content | CSS-TricksThe justify-content property is a sub-property of the Flexible Box Layout module. It defines the alignment along the main axis. It helps distribute extracss-tricks.com
-
HTML,CSS_주석처리Syntax(Comment tag, block comment)코딩Coding/HTML_CSS_JavaScript 2020. 7. 5. 13:12
https://jangtu.tistory.com/entry/html-%EC%A3%BC%EC%84%9D-%EC%B2%98%EB%A6%AC-%EB%B0%A9%EB%B2%95%EC%B4%9D%EC%A0%95%EB%A6%AC HTML Comment tag https://www.bitdegree.org/learn/html-comment-tagHTML Comment Tag: Learn to Comment Out in HTMLThe complete tutorial on HTML comment tag: tips on comments HTML, learn to comment out in HTML, and practice with examples of HTML comment tag.www.bitdegree.org CSS_..
-
CSS Tutotial코딩Coding/HTML_CSS_JavaScript 2020. 7. 2. 23:57
https://www.w3schools.com/css/CSS TutorialCSS Tutorial CSS is a language that describes the style of an HTML document. CSS describes how HTML elements should be displayed. This tutorial will teach you CSS from basic to advanced. Start learning CSS now » Examples in Each Chapter This CSS tutorial www.w3schools.com