Skip to content

Commit

Permalink
[ko] add index.md for web/glossary/stylesheet (#16358)
Browse files Browse the repository at this point in the history
  • Loading branch information
IMHOJEONG authored Oct 7, 2023
1 parent 666bb21 commit f9f6126
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions files/ko/glossary/stylesheet/index.md
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)>)

0 comments on commit f9f6126

Please sign in to comment.