<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Test010.html</title>
<style type="text/css">
p {color: blue; font-size: 20pt;}
</style>
</head>
<body>
<div>
<h1>스타일 시트의 상속성</h1>
<hr>
</div>
<div>
<p>스타일 시트는 <b>상속성</b>을 가지고 있다.</p>
</div>
</body>
</html>
스타일 시트는 상속성을 갖고있대요..!
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Test010.html</title>
<style type="text/css">
p {color: blue; font-size: 20pt;}
</style>
</head>
<body>
<div>
<h1>스타일 시트의 상속성</h1>
<hr>
</div>
<div>
<p>스타일 시트는 <b style="font-style: italic; color: red;">상속성</b>을 가지고 있다.</p>
</div>
</body>
</html>
연달아서 체크해보았네요^^.. ㅎㅎ
728x90
'WEB Archive' 카테고리의 다른 글
[HTML] CSS - url방식으로 import하기 (0) | 2024.08.20 |
---|---|
[HTML] CSS - 스타일 적용 우선순위 파악해보기 (0) | 2024.08.20 |
[HTML] CSS - 동적 선택자 적용실습(hover, active) (0) | 2024.08.20 |
[HTML] CSS - 한 화면에 두 가지 형태의 링크 설정해보기 (0) | 2024.08.20 |
[HTML] CSS - 가상 요소 적용 실습 (0) | 2024.08.20 |
댓글