๋ชฉ๋กWEB/HTML & CSS (7)
๐ฉ๐ป๐ป

1. ์ ์ฒด ์ ํ์ HTML ๋ฌธ์ ๋ด์ ๋ชจ๋ ํ๊ทธ์ ๊ฐ์ ์์ฑ์ ์ ์ฉํฉ๋๋ค. * { color: red;} 2. ํ๊ทธ ์ ํ์ ์ง์ ๋ ํ๊ทธ๋ช ์ ๊ฐ์ง๋ ๋ชจ๋ ์์์ ๊ฐ์ ์์ฑ์ ์ ์ฉํฉ๋๋ค. p { color: red; } ๋ชจ๋ p ํ๊ทธ๋ฅผ ๊ฐ์ง๋ ์์๋ฅผ ์ ํํฉ๋๋ค. 3. ํด๋์ค ์ ํ์ ์ฃผ์ด์ง class ์์ฑ๊ฐ์ ๊ฐ์ง๋ ๋ชจ๋ ์์์ ๊ฐ์ ์์ฑ์ ์ ์ฉํฉ๋๋ค. .class1 { color: red; } div.class1 { color: blue; } paragraph ์ ๊ฐ์ด class ์์ฑ๊ฐ์ด class1์ธ ์์๋ฅผ ์ ํํฉ๋๋ค. paragraph์ ๊ฐ์ด div ํ๊ทธ์ด๋ฉฐ, class ์์ฑ๊ฐ์ด class1์ธ ์์๋ฅผ ์ ํํฉ๋๋ค. paragraph ๋ ์ ํ๋์ง ์์ต๋๋ค. 4. ID ์ ํ์ ์ฃผ์ด์ง id ์์ฑ๊ฐ์ ๊ฐ์ง๋ ์์..

๋๊ธ ๊ธฐ๋ฅ ์ถ๊ฐํ๊ธฐ Disqus https://help.disqus.com/en/ Disqus 15 articles in this collection Written by Ryan, Daniel Matteson, and Disqus help.disqus.com LiveRe https://livere.com/ ๋ผ์ด๋ธ๋ฆฌ ๊ฐํธํ ์ฌ์ง/๋์์ ์ฒจ๋ถ livere.com ์ฑํ ๊ธฐ๋ฅ ์ถ๊ฐํ๊ธฐ tawk.to https://www.tawk.to/ tawk.to - "100% FREE live chat software for your website!" tawk.to is 100% free live chat software to monitor and chat with visitors on your website or from..

html ์ฝ๋์ ๊ธฐ๋ณธ ๊ตฌ์กฐ : ์ด ์นํ์ด์ง๊ฐ html๋ก ๋ง๋ค์ด์ก๋ค๋ ๊ฒ์ ํํ 1. html : html ์ฝ๋ ์ ์ฒด๋ฅผ ๋๋ฌ์ 2. head : ๋ณธ๋ฌธ์ ์ค๋ช 3. body : ๋ณธ๋ฌธ head ํ๊ทธ ์์ ์์นํ๋ ํ๊ทธ 1. meta : ๋ฌธ์์ ๋ํ metadata๋ฅผ ์ ๊ณต charset, name, content ๋ฑ์ ์์ฑ์ ๊ฐ์ง ๋ซ๋ ํ๊ทธ๊ฐ ์์ : ๋ฌธ์์ ๋ฌธ์ ์ธ์ฝ๋ฉ ๋ฐฉ์์ utf-8๋ก ์ง์ 2. title : ๋ฌธ์ ์ ๋ชฉ ์ง์ ์น๋ธ๋ผ์ฐ์ ์ ํญ์ ํ์๋๋ ์ ๋ชฉ์ ํ๊ทธ ์์ ๋ด์ฉ์ผ๋ก ๋ฐ๊ฟ 3. style : css๋ฅผ ์ด์ฉํ ์คํ์ผ ์ง์ body ํ๊ทธ ์์ ์์นํ๋ ํ๊ทธ 1. strong : ๊ฐ์กฐ ๊ฐ์กฐํ ๋ฌธ๊ตฌ 2. u : ๋ฐ์ค (underline) ๋ฐ์ค ์น ๋ฌธ๊ตฌ 3. h1~h6 : ์ ๋ชฉ ์ซ์๊ฐ ์ปค์ง์๋ก ๊ธ์๊ฐ ์..