1. 속성 소개: 태그에 스타일 속성을 추가합니다. 현재 태그에만 적용됩니다. 2. 태그 소개: 현재 페이지에만 적용 가능한 <style> document </p> <p> 3. <link> 태그 소개: 외부 CSS 스타일 시트 파일을 말하며, 이 파일을 소개하는 모든 문서에 적용됩니다.</p> <p> 세 가지 방법은 각자의 목적이 있으므로 필요에 따라 사용해야 합니다. 특별한 사정이 없는 이상 외부 스타일을 최대한 활용해주세요 Table </p><div class="code" style="position:relative; padding:0px; margin:0px;"><pre class="brush:php;toolbar:false"><!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <link rel="stylesheet" type="text/css" href="./css/demo.css"> <link rel="stylesheet" type="text/css" href="./css/demo.php"> <title>css样式引入的三个级别</title> <style type="text/css"> h3 { background-color: lightcyan; color: blue; } 这是一个悲伤的故事