์น ํ์ด์ง๋ฅผ ๋ง๋ค๊ธฐ ์ํ ์ธ์ด, ์นํ์ด์ง์ ๊ตฌ์กฐ๋ฅผ ๊ตฌํ
์ด๋ฏธ์ง, ํ ์คํธ, ๋น๋์ค ๋ฑ ์น์ฌ์ดํธ์ ๊ตฌํํ ๋ด์ฉ์ ๊ตฌ์ฑ
HTML ํ์ผ๋ก ๋ธ๋ผ์ฐ์ ๊ฐ ์น ํ์ด์ง๋ฅผ ์์ฑํจ.
๋ฑ์ ํ๊ทธ๊ฐ ์์ผ๋ฉฐ ์ต์ํ ํ๊ทธ๋ ์์ ๊ฐ๋ค ๋๋ถ๋ถ์ ํ๊ทธ๋ ์์๊ณผ ๋์ด ์กด์ฌ, ํ์ง๋ง ๋จ์ผ๋ก ์ฌ์ฉ๋๋ ํ๊ทธ๋ ์๋ค.,
- attribute(์์ฑ) : ์์ํ๊ทธ์ ์์น, ์ฌ๋ฌ์์ฑ์ ์ง์ ๊ฐ๋ฅ - element(์์) : ํ๊ทธ, /ํ๊ทธ ๋ก ๋๋๋ ํ๊ทธ์ฌ์ด์ ๋ด์ฉ
<!DOCTYPE html> # HTML5 ๋ฒ์ ์ฌ์ฉ
<html> # ์ต์์ ํ๊ทธ
<head> # html ํ๊ทธ ๋ค์์๋ ํญ์ headํ๊ทธ ์์น
# ์ ๋ชฉ, ์ค๋ช
, ๋ถ๊ฐ์ ๋, ๊ธฐ์ ์ ๋ด์ฉ ๋ฑ์ด ์์น
<meta charset="utf-8"> # utf-8 ๋ก ์ธ์ฝ๋ฉ
<meta name="viewport" content="width=device-width">
# ๋๋ฐ์ด์ค์ ๊ฐ๋ก ํฌ๊ธฐ์ ์นํ์ด์ง์ ๊ฐ๋ก์ ๊ฐ๋ค
<title>repl.it</title># ๋ธ๋ผ์ฐ์ ํญ ํ์ด์ง์ ์ด๋ฆ
</head>
<body>
<h1> ~ <h6> #heading ๊ธ์จํฌ๊ธฐ, *์ด ํ๊ทธ๋ฅผ ์ฌ์ฉํ๋ ๋ฐฉ๋ฒ์ ๋ฐ๋ผ html ์ต์ ํ ๊ฐ๋ฅ , ๊ฒ์์์ง ๋ฑ ์์๋
ธ์ถ
<span> #์ฃผ๋ก ํ
์คํธ๋ฅผ ๋ฃ์ด์ฃผ๋ ํ๊ทธ
<p> #paragraph , ํ
์คํธ๋ฅผ ์ฃผ๋ก ๋ฃ์ด์ฃผ๋ ํ๊ทธ + ์ค๋ฐ๊ฟ
<a href = "http:// website" target="_blank"> div ํ๊ทธ?</a>
#<a> ๋งํฌ , ํ
์คํธ <p>, <span>
</span>
# ํด๋ฆญ ์ ํ๋ฉด์ด๋(ํ๊ทธ) , target ์ค์ ์จ ์ ์ฐฝ์์ ์ด๊ธฐ
<div> # ์น์ฌ์ดํธ์ ์น์
์ ๋๋ ๋ ์ฌ์ฉ, division
#๋น์ทํ ๋ถ๋ถ๋ผ๋ฆฌ ๊ทธ๋ฃน์ง๊ธฐ, ๋ ์ด์์๋ถ๋ฆฌ, class, id ๋ฑ์ ๋ถ์ฌํ์ฌ css์คํ์ผ ์ฌ์ฉ๊ฐ๋ฅ ** ํค๋,๋ฉ๋ด,๋ด์ฉ, ํธํฐ ๋ฑ์ผ๋ก ๋๋์ด divํด๋์ค๋ก ๋ฌถ์ด ์ฌ์ฉ
</body>
</html>
id = ๊ฐ ํ๊ทธ์ ์ด๋ฆ์ ์ฃผ๋ ์์ฑ( ์๋ณ๊ฐ๋ฅ ๋ฒํธ๋ถ์ฌ ๊ณ ์ ๋ฒํธ ๋ถ์ฌ) <div id="profile"> ํด๋น์์์๋ง ๋์์ธ์ ์ ์ฉํ ๋ ์ฌ์ฉ(๊ธ์จํฌ๊ธฐ๋ ์คํ์ผ, ๋์์ธ ๋ฑ)
class = ์ฌ๋ฌํ๊ทธ์ ์ค๋ณต๋ ์ด๋ฆ ๋ถ์ฌ๊ฐ๋ฅ.
<div class="content-wrap"></div>
<p class="content-wrap"></p>
= HTML ํ๊ทธ๋ค์ ๋์์ธ์ ์
ํ์ฃผ๋๊ฒ.
HTML ์ ์ฉ๋ฐฉ๋ฒ
1. ์ธ๋ผ์ธ์คํ์ผ
ํ๊ทธ style ์์ฑ์ ์ง์ ์์ฑํ ์ ์์ต๋๋ค.
<h1 style="color: red;">FRONTEND 101</h1>
2.style ํ๊ทธ
html ํ์ผ ๋ด์ css๋ฅผ ์์ฑํ ์ ์๋ ๋ฐฉ๋ฒ์
๋๋ค.
<style> ์ฌ์ด์ css๋ฌธ๋ฒ์ ์ฌ์ฉํ์ฌ ์คํ์ผ์ ์์ฑํฉ๋๋ค.
<style>
h2 {
color: #408090;
}
</style>
3. cssํ์ผ์ ์์ฑ
๋์ htmlํ์ผ์์ ์ด๋ cssํ์ผ์ด ์ฐ์๋์ง ๋ธ๋ผ์ฐ์ ์ ์๋ ค์ผ ํ๋ฏ๋ก,
๋งํฌ๋ฅผ ํด์ฃผ๋ ํ๊ทธ๋ฅผ ์ถ๊ฐํด์ผ ํฉ๋๋ค.
<link href="index.css" rel="stylesheet" type="text/css" />
p {color : red; }
#p๋ผ๋ ํ๊ทธ์ ๋ด์ฉ ๋นจ๊ฐ์์ผ๋ก ๋ณ๊ฒฝ
p { font-size: 12px; }
#p ํ๊ทธ์ ๊ธ์จํฌ๊ธฐ 12ํฝ์
๋ณ๊ฒฝ
selector๊ฐ ํ๊ทธ์์ ๋๋ ๋จ์ํ ํ๊ทธ์ด๋ฆ๋ง ์ ์ด์ฃผ์์ต๋๋ค.
๊ทธ๋ฐ๋ฐ ํด๋์ค์ ๋์์ธ์ ์ ์ฉํ๊ณ ์ถ์ ๋๋ selector์ .(dot)์ด ํ์ํฉ๋๋ค.
์๋์ ๊ฐ์ด .(dot)ํด๋์ค์ด๋ฆ ์ด๋ผ๊ณ selector๋ฅผ ์์ฑํด์ฃผ์ด์ผ ํฉ๋๋ค.
.profile-detail {
font-weight: bold;
}
"profile-detail" ์ด๋ผ๋ ํด๋์ค๊ฐ ์ ์ฉ๋ ํ๊ทธ์๋ ๋ชจ๋ ๊ธ์จ ๋๊ป๊ฐ ๋๊บผ์ ์ง๋๋ค.
<p class="profile-detail">์ด๊ฒ๋ ๋๊บผ์ ์ง๊ณ </p>
<span class="profile-detail">์ด๊ฒ๋</span>
<div class="profile-detail">๊ทธ๋ฆฌ๊ณ ์ด๊ฒ๋..</div>
# ์ class ์ด๋ฆ์ ์ฌ์ฉ
. ์ id ์ด๋ฆ์ ์ฌ์ฉ
#title {
color: blue;
font-family: Georgia, "Times New Roman", Times, serif;
# font-family๋ ํฐํธ ์คํ์ผ์ ์ง์
font-size: 30px;
}
# ๋ธ๋ผ์ฐ์ ์์ Georgia ํฐํธ ์ง์์ ์ ์ฉ, ์ง์๋์ง์์ผ๋ฉด "Times New Roman" ์ ์ฉ, ์์ผ๋ฉด Times, ์์ 3๊ฐ์ง๊ฐ ์ ๋ถ ์์ผ๋ฉด serifํฐํธ์ฌ์ฉ
# font ์ด๋ฆ์ ๋์์ฐ๊ธฐ๊ฐ ์์ผ๋ฉด ""์ฌ์ฉ
font-family ๊ฐ์๋ ์ฌ๋ฌ๊ฐ์ง ํฐํธ๊ฐ ๋์ด
serif ํฐํธ๋ ๋ชจ๋ ๋ธ๋ผ์ฐ์ ์์ ์ง์
"color picker"๋ผ๊ณ ์น๊ฑฐ๋
"color picker hex color"
๋ง์ฝ hex ํํ์์ rgb ํํ์ผ๋ก ๋ฐ๊พธ๊ณ ์ถ๋ค๋ฉด
google์ "color hex to rgb"
indent = css์์ ๋ค์ฌ์ฐ๊ธฐ
.js-description {
text-indent: 50px;
}
(https://images.velog.io/images/cs982607/post/7d601325-8d82-4d27-bc31-0878ad1271b1/1.jpg)
์ฃผํฉ์์ margin ์์ญ, ์, ์ค๋ฅธ์ชฝ, ์๋, ์ผ์ชฝ์ ๋ชจ๋ 50px
๋
ธ๋์์ border ์์ญ, ๋ณด๋์ ๋๊ป๋ 5px์ด๋ค.
์ด๋ก์์ padding ์์ญ, ์, ์ค๋ฅธ์ชฝ, ์๋, ์ผ์ชฝ์ ๋ชจ๋ 50px
์์์ ๊ฐ๋ก๋ 273px, ์ธ๋ก๋ 90px
p.example {
width: 273px;
height: 90px;
margin: 50px;
border: 5px solid black;
padding: 50px;
}
p.example {
padding: 50px 50px 50px 50px;
}
ํ ๋ฒ ๋ ํ์ด์ฐ๋ฉด ์๋์ ๊ฐ์ต๋๋ค.
p.example {
padding-top: 50px; # ์-์ค-์๋-์ผ ์๊ณ๋ฐฉํฅ
padding-right: 50px;
padding-bottom: 50px;
padding-left: 50px;
}
p {
border: 5px solid red;
}
span {
border: 1px dotted #0000ff;
}
์ ์คํ์ผ์ ์ข
๋ฅ์
๋๋ค.
dotted
dashed
solid
double
groove
ridge
inset
outset
์ด ์ค์ ๊ฑฐ์ solid๋ง ์ฌ์ฉํ์ง๋ง,
ํน์ ๋ค๋ฅธ ์ ์คํ์ผ๋ ์ฌ์ฉํ ๊ฒฝ์ฐ๊ฐ ์์ผ๋ ๋ค์ํ ์คํ์ผ์ด ์๋ค๋ ๊ฒ๋ง ์์๋์๋ฉด ์ข๊ฒ ์ต๋๋ค.
์ ๋ํ ์ ์ , ์ค๋ฅธ์ชฝ ์ , ์๋ ์ , ์ผ์ชฝ ์ ๋ฑ ๋ค์ํ๊ฒ ์คํ์ผ์ ์ค ์ ์์ต๋๋ค.
blockquote {
border-top: 4px double red;
border-right: 2px solid #666666;
border-bottom: 6px dashed darkviolet;
border-left: 1px dotted #00ee44;
}
๋ชจ๋ ํ๊ทธ์ ์ด ํ๋กํผํฐ๊ฐ ์ ์ฉ๋์ด์ผ ํ๋๋ฐ ์ผ์ผํ ํ๊ทธ๋ง๋ค ์ ์ฉํ๊ธฐ์๋ ์ฝ๋๊ฐ ๊ธธ์ด์ง๊ฒ ์ฃ .
์๋์ ๊ฐ์ "*" selector๋ก ๋ชจ๋ ํ๊ทธ์ ์ ์ฉํ ์ ์์ต๋๋ค.
class๋ id๊ฐ selector์ผ๋ ํ๊ทธ์ ๊ฒฐํฉํ ์ ์์ต๋๋ค.
p.p-tag {
color: gray;
}
p#third-line {
text-decoration: underline;
}
์ฒซ ๋ฒ์งธ๋ pํ๊ทธ์ด๋ฉด์ p-tag ํด๋์ค์ด๋ค.
๋ ๋ฒ์งธ๋ pํ๊ทธ์ด๋ฉด์ third-line ์์ด๋์ด๋ค.
๋ผ๋ ๋ป์
๋๋ค.
.pre span {
background-color: yellow;
}
๊ทธ๋ฐ๋ฐ ๋ชจ๋ span์ด ์๋๋ผ "pre" ํด๋์ค ๋ด๋ถ์ ์๋ span์ด๋ผ๋ ๋ป์
๋๋ค
###selector ์ฐ์ ์์
tag <<<<< class <<<< id <<<<<< inline css
1์ 1000์
ํ๊ทธ๋ก ์ด๋ฏธ์ง๋ฃ๊ธฐ
img ํ๊ทธ์ ์ฌ์ฉ๋ ์์ฑ์ ํ๋์ฉ ์ดํด๋ณด๊ฒ ์ต๋๋ค.
alt: ์ด๋ฏธ์ง๊ฐ ๋จ์ง ์์์ ๋(์๋ฒ์์ ์ด๋ฏธ์ง๊ฐ ์ญ์ ๋๊ฑฐ๋ ์๋ชป๋ ์ด๋ฏธ์ง ์ฃผ์์ผ ๋..), ์ด๋ฏธ์ง ๋์ ๋ณด์ฌ์ค ํ
์คํธ
src: ์ด๋ฏธ์ง ํ์ผ ๊ฒฝ๋ก or ์ด๋ฏธ์ง url ์ฃผ์
css์ ๊ฐ๋ก๋ง ์ง์ ํด์ฃผ์ด๋ ์๋ณธ์ ์ธ๋ก๊ฐ์ด ๊ฐ๋ก์ ๋น์จ์ ๋ง์ถฐ์ ์๋ง๊ฒ ์ค์ด๋ฌ
bg-img ํด๋์ค์ ๋ฐฐ๊ฒฝ์ด๋ฏธ์ง๋ฅผ ๋ฃ๋ css๋ฅผ ์ถ๊ฐํ ๊ฒ์
๋๋ค.
.bg-img {
background-color: yellow;
background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/HTML5_logo_and_wordmark.svg/1280px-HTML5_logo_and_wordmark.svg.png");
}
background-color ๋ ๋ฐฐ๊ฒฝ์์ ์ถ๊ฐํ๋ ๊ฒ์ด๊ณ
background-image ๋ ๋ฐฐ๊ฒฝ ์ด๋ฏธ์ง๋ฅผ ์ถ๊ฐํ๋ ๊ฒ์
๋๋ค.
ํด๋น ๋ฐฐ๊ฒฝ์ด๋ฏธ์ง๊ฐ div.bg-img์ ๊ฐ๋กํฌ๊ธฐ๋งํผ ๊ฝ์ฑ์ ๊ทธ๋ ค์ฃผ๋ผ๋ ์๋ฏธ์
๋๋ค.
.bg-img {
background-size: 100%;
}
<header><footer><p><li><table><div><h1> ๋ฑ์ Block์์ : ์ด ์์ ๋ฐ๋ก ์(์ข์ฐ์ธก)์ ๋ค๋ฅธ ์์๋ฅผ ๋ถ์ผ ์ ์๋ค.
์ด ์์๋ค์ ํญ์ ์ ์ค์์ ์์๋๋ฉฐ ์ข์ฐ๋ก ์ต๋ํ ๋์ด๋๋ค.
<span><a><img> ๋ฑ์ Inline์์ : ์์๋ผ๋ฆฌ ์๋ก ํ์ค์, ๋ฐ๋ก ์์ ์์นํ ์ ์๋ค.
์ด ์์๋ค์ ํ
์คํธ๋งํผ์ ์์ญ๋ง ์ฐจ์ง.
ํ์ง๋ง, css๋ฅผ ์ฌ์ฉํ์ฌ ์คํ์ผ ๋ณ๊ฒฝํ ์ ์๋ค.
inline ์ฑ์ง์ ๊ฐ๋๋ก ํ๋ CSS property๋ display์ float์ด ์์ต๋๋ค.
.inline-p {
display: inline-block;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
ํด๋น property์ ์์ ๊ฐ์ ๊ฐ์ ๋ถ์ฌํ๋ฉด,
์์ ์์ ์์๊ฐ ์์นํ๋ inline ์ฑ์ง๋ก ๋ณํ๊ฒ ๋ฉ๋๋ค.
๋ฐ๋๋ก ์๋๋ inline ์ฑ์ง์ ๊ฐ์ง ํ๊ทธ๋ฅผ block์ผ๋ก ๋ฐ๊พธ๊ฒ ํ ์๋ ์์ต๋๋ค.
.block-span {
display: block;
}
์์ CSS๋ก ์
ํ๊ทธ์ ๋๊ฐ์ ์ฑ์ง์ ๊ฐ๊ฒ ๋์์ต๋๋ค.