-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ko] add index.md for
web/glossary/stylesheet
(#16358)
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: 스타일시트 (Stylesheet) | ||
slug: Glossary/Stylesheet | ||
l10n: | ||
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 | ||
--- | ||
|
||
{{GlossarySidebar}} | ||
|
||
**스타일시트(stylesheet)** 는 웹페이지나 문서의 레이아웃과 디자인을 제어하는 데 사용되는 CSS 규칙 집합입니다. '내부' 스타일시트는 웹 문서의 {{htmlelement("head")}} 내부에 있는 {{htmlelement("style")}} 요소 안에 배치됩니다. '외부' 스타일시트는 문서 head 태그의 {{htmlelement("link")}} 요소 내부에 있는 파일을 참조하여 문서에 적용되는 별도의 `.css` 파일 내에 배치됩니다. | ||
|
||
외부 스타일시트를 사용하면 각 페이지의 CSS를 반복할 필요 없이, 한 곳에서 여러 페이지의 스타일을 제어할 수 있으므로 일반적으로 자주 사용되는 방법입니다. | ||
|
||
## 같이 보기 | ||
|
||
- [CSS 첫 걸음](/ko/docs/Learn/CSS/First_steps) | ||
- 위키백과의 [스타일시트](<https://en.wikipedia.org/wiki/Style_sheet_(web_development)>) |