๋ฐ์ค ์์ ๊ธฐ
a๋ selecter, {} ๊ดํธ ์์ ๋ด์ฉ์ decoration, color๋ property(์์ฑ), black์ value(๊ฐ)์ด๋ค.
<style>
a { /* a๋ selecter */
/* decoration */
color:black; /* color๋ property, black์ value */
text-decoration: none; /* ๋ฐ์ค ์์ ๊ธฐ */
}
</style>
- CSS ์ฃผ์ ์ฒ๋ฆฌ ๋ฐฉ๋ฒ: /* , */
- HTML ์ฃผ์ ์ฒ๋ฆฌ ๋ฐฉ๋ฒ: <!--, -->
text-decoration: ์ ์ ๊พธ๋ฐ ์ ์๋ ์์ฑ
- text-decoration: none;: ๋ฐ์ค ์์ ๊ธฐ
- text-decoration: underline: ๋ฐ์ค
<h1>
<a href="index.html">WEB</font></a></h1>
<ol>
<li><a href="1.html">HTML</font></a></li>
<li><a href="2.html" style="color:red;text-decoration:underline">CSS</font></a></li> <!-- html์ ์์ฑ์ด๋ค. -->
<li><a href="3.html">JavaScript</font></a></li>
</ol>
ํน์ a ํ๊ทธ style์ ๋ฐ๊พธ๋ ๋ฒ
- html์ ์์ฑ์ผ๋ก html ํ๊ทธ์์ a ํ๊ทธ์์ style์ ์ง์ ํ๊ณ ์์ ์ง์ ํด์ฃผ๋ฉด ๋๋ค.
'๐ค Language > ๐ต CSS' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
5. ๊ทธ๋ฆฌ๋ (0) | 2022.01.01 |
---|---|
4. ๋ฐ์ค ๋ชจ๋ธ (0) | 2022.01.01 |
3. CSS ์ ํ์ (tag, class, id) (0) | 2022.01.01 |
2. ๊ธ์ ํฌ๊ธฐ ์กฐ์ & ๊ธ์ ์์น ์ ๋ ฌ (0) | 2022.01.01 |
0. ์ฃผ์, aํ๊ทธ ๋์ผํ ๊ณผ์ ๋ฐ๋ณต, ๊ธ์จ์ ๋ฐ๊พธ๋ ๋ฒ, CSS ๊ธฐ๋ณธ ํ๊ทธ (1) | 2022.01.01 |