Resources for Developers,
by Developers
Documenting web technologies, including CSS, HTML, and JavaScript, since 2005.
Featured Articles
종속
종속(Cascade)이란 서로 다른 원점에서 가져온 속성 여럿을 조합해 최종 결과를 도출하는 알고리즘입니다. Cascading Style Sheets라는 이름에서도 알 수 있듯 종속은 CSS의 중심입니다. 이 글은 종속이 무엇인지, 선언한 CSS 정의 (en-US)가 어떤 순서로 종속되는지, 그리고 여러분, 즉 웹 개발자에게 어떤 영향을 주는지 설명합니다.
<dialog>: 대화 상자 요소
HTML <dialog> 요소는 닫을 수 있는 경고, 검사기, 창 등 대화 상자 및 기타 다른 상호작용 가능한 컴포넌트를 나타냅니다.
Asynchronous JavaScript
이 과정에서 우리는 asynchronous (en-US) JavaScript와 이것이 중요한 이유, 서버에서 리소스를 가져오는 것과 같은 잠재적 블로킹 연산을 어떻게 효과적으로 다룰 수 있을지에 대해 살펴봅니다.
캔버스 튜토리얼
<canvas>는 HTML 요소 중 하나로서, 스크립트(보통은 자바스크립트)를 사용하여 그림을 그리는 데에 사용됩니다. 예를 들면, 그래프를 그리거나 사진을 합성하거나, 간단한(혹은 복잡할 수도 있는) 애니메이션을 만드는 데에 사용될 수 있습니다. 오른쪽에 보이는 이미지들은 앞으로 설명하게 될 <canvas>를 사용하여 만들 수 있는 것들의 일부입니다. 이 튜토리얼은 <canvas> 요소를 사용하여 2D 그래픽을 어떻게 그리는지 기초부터 설명합니다. 예제들을 통하여 캔버스로 할 수 있는 것이 무엇인지 알려주며, 바로 사용할 수 있도록 코드도 제공합니다.
Latest news
Recent contributions
Clarifies tag vs attributemdn/content
21 minutes agoNavigator.hid spec name fixmdn/content
23 minutes agoScroll to not Scroll downmdn/content
23 minutes agoRemove Page macro in example sections - AudioListenermdn/content
23 minutes agoDecompression Stream Interface, overviewmdn/content
23 minutes agoadd syntax block change to the changelogmdn/content
23 minutes agoIn JS docs, use Note: consistently at the start of notesmdn/content
23 minutes agoAdd inline “optional” badgemdn/content
23 minutes agoConsistent string name for comparisonmdn/content
23 minutes ago- 23 minutes ago
Contributor Spotlight
Carolyn WuWorking with the kind and knowledgeable teams on MDN gives me the opportunity to learn, be part of a passionate community, and help improve an extraordinary resource.Get involved →
