코딩Coding
-
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
-
Html_box model_google검색코딩Coding/HTML_CSS_JavaScript 2020. 7. 2. 23:53
https://www.google.com/search?q=html%20box%20modelhtml box model - Google 검색모든 HTML 요소는 박스(box) 모양으로 구성되며, 이것을 박스 모델(box model) 이라고 부릅니다. 박스 모델은 HTML 요소를 패딩(padding), 테두리(border), 마진( ...www.google.com https://en.m.wikipedia.org/wiki/CSS_box_modelCSS box model - WikipediaThis article needs to be updated. Please update this article to reflect recent events or newly available information. (October..
-
Random bit flip코딩Coding/기타Coding용어 2020. 7. 2. 17:12
https://www.google.com/search?q=random%20bit%20fliprandom bit flip - Google 검색In computing, bit flipping may refer to: Bit manipulation, algorithmic manipulation of binary digits ... Memory error or soft error, an unintentional state switch from 0 to 1, or vice versa, of a bit stored to random access memory or other medium ...www.google.com https://www.youtube.com/watch?v=_UM1osvk6HI&feature=share
-
HTML과 CSS가 만나는 법코딩Coding/HTML_CSS_JavaScript 2020. 7. 2. 12:54
HTML과 CSS가 만나는 법 https://opentutorials.org/course/2418/13342 HTML과 CSS가 만나는 법 - 생활코딩 이번 시간에는 HTML에 CSS를 삽입하는 방법을 알아봅니다. 예제 - html_css1.html h2{color:blue} Hello World Hello world 아래는 실습환경 없이도 코드를 온라인에서 실행해볼 수 있는 서비스인 codepen입니다.을 opentutorials.org
-
CSS / 선택자(Selector)/ 전체 선택자, 타입 선택자, 속성 선택자코딩Coding/HTML_CSS_JavaScript 2020. 7. 2. 00:28
https://www.codingfactory.net/10792CSS / 선택자(Selector) / 전체 선택자, 타입 선택자, 속성 선택자전체 선택자 전체 선택자(Universal Selector)는 모든 HTML 요소를 선택합니다. 별표(*)로 나타냅니다. 예를 들어 * { color: blue; } 는 모든 요소의 색을 파란색으로 만듭니다. 다른 선택자와 같이 사용할 �www.codingfactory.net
-
VSCode단축키 및 팁 정리코딩Coding/VisualStudioCode_IDE사용_Extensions 2020. 7. 1. 22:53
https://m.blog.naver.com/dbstjdal83/221731595150 Visual Studio Code(VSCode) 단축키 및 팁 정리 #vscode #vscode단축키 #vscode팁출처 : https://webisfree.com/2018-11-02/visual-studio-code(vscode)-... blog.naver.com 내가 정리한 글 (Rust&Python_etc..)☆☆__VSCode Vs Pycharm(파이참)Vs Visual Studio(비주얼스튜디오)자주 쓰는 단축키 비교☆☆(MacOS,Win) https://economiceco.tistory.com/3638 ☆☆__VSCode Vs Pycharm(파이참)Vs Visual Studio(비주얼스튜디오)자주 쓰는 ..