아래 HTML 소스코드를 기준으로 작성

<!DOCTYPE html>
<html lang="ko">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<link rel="stylesheet" href="common.css">
	<title>Document</title>
</head>
<body>
	<div>
		<h1>레드향</h1>
		<p id="p1">껍질에 <em>붉은</em> <strong>빛</strong>이 돌아 레드향이라 불린다.</p>
		<p>레드향은 <span class="font-color">한라봉과 귤</span>을 교배한 것이다.</p>
	</div>
</body>
</html>

전체 선택자

Untitled

Untitled

타입 선택자

Untitled

Untitled

클래스 선택자

Untitled

Untitled

ID 선택자

Untitled

Untitled

그룹 선택자