티스토리 뷰

Language/HTML&CSS

선언방법

Seogineer 2020. 12. 6. 03:37

CSS 구성

span {
    color:red;
}
  • span : selector
  • color : property
  • red : value

적용방법

우선순위 : inline > internal = external

1.inline

<h1 class="headline" style="color:red;">apple</h1>

2.internal

<head>
  <title></title>
  <style>
    .headline {
      color:blue;
    }
  </style>
</head>
<body>
  ...
</body>

3.external

<head>
  <link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
  ...
</body>

참고

https://www.edwith.org/boostcourse-web/lecture/16673/

'Language > HTML&CSS' 카테고리의 다른 글

미디어쿼리 min-width와 max-width  (0) 2020.12.05
position 속성  (0) 2020.12.04
display 속성  (0) 2020.12.04
댓글
Total
Today
Yesterday
링크
Apple 2023 맥북 프로 14 M3, 스페이스 그레이, M3 8코어, 10코어 GPU, 512GB, 8GB, 한글