전체 글

박정수가 공부한 자료를 남기기 위한 블로그
영어공부

JavaScript Tutorial

JavaScript is the programming language of HTML and the Web. JavaScript is easy to learn. This tutorial will teach you JavaScript from basic to advanced. 자바스크립트는 웹과 html 의 프로그래밍 언어이다. 자바스크립트는 배우기 쉽다. 이 튜토리얼은 기초부터 고급된 내용까지, 자바스크립트를 가르칠 것이다. Examples in Each Chapter With our "Try it Yourself" editor, you can edit the source code and view the result. "Try it Yourself" 로서 너는 소스코드를 수정하고, 결과를 볼수 있다. We..

영어공부

CSS Specificity

What is Specificity? If there are two or more conflicting CSS rules that point to the same element, the browser follows some rules to determine which one is most specific and therefore wins out. Think of specificity as a score/rank that determines which style declarations are ultimately applied to an element. The universal selector (*) has low specificity, while ID selectors are highly specific!..

영어공부

CSS Counters

CSS counters are "variables" maintained by CSS whose values can be incremented by CSS rules (to track how many times they are used). Counters let you adjust the appearance of content based on its placement in the document. css counters는 css 규칙에 의해서 증가되어질수 있는 css 변수 변수로 유지되어지는 변수다. 카운터는 document 에 위치에 근거해서 내용의 외관을 적용하게 한다? Automatic Numbering With Counters CSS counters are like "variables". The v..

jeongsu
Park_jeong_su