๐ซ ์ ๋ชฉ (Headings) ํ๊ทธ
Headingํ๊ทธ
๋ ์ ๋ชฉ์ ๋ํ๋ผ ๋ ์ฌ์ฉํ๋ฉฐ h1์์ h6๊น์ง์ ํ๊ทธ๊ฐ ์๋ค.
- h1 ํ๊ทธ๋ ๊ฐ์ฅ ํฌ๊ธฐ๊ฐ ํฌ๋ฉฐ, ์ ๋ชฉ์ ๋ํ๋ธ๋ค.
- ๊ฒ์์์ง์ ์ ๋ชฉ ํ๊ทธ๋ฅผ ์ค์ํ ์๋ฏธ๋ก ๋ฐ์๋ค์ผ ๊ฐ๋ฅ์ฑ์ด ํฌ๋ค.
<!DOCTYPE html>
<html>
<body>
<h1>heading 1</h1>
<h2>heading 2</h2>
<h3>heading 3</h3>
<h4>heading 4</h4>
<h5>heading 5</h5>
<h6>heading 6</h6>
</body>
</html>
๐ ๊ธ์ ํํ (Text Formatting) ํ๊ทธ
โ b
- bold์ฒด๋ฅผ ์ง์ ํ๋ค.
- ์ ๋ชฉ ํ๊ทธ์ ๊ฐ์ด ์๋ฏธ๋ก ์ (Semantic) ์ค์์ฑ์ ์๋ฏธ๋ ์๋ค.
<b>bold.</b>
โก strong
- b tag์ ๋์ผํ๊ฒ bold์ฒด๋ฅผ ์ง์ ํ๋ค.
- ์๋ฏธ๋ก ์ (Semantic) ์ค์์ฑ์ ์๋ฏธ๋ฅผ ๊ฐ๋๋ค.
- ํํ๋๋ ์ธ์์ b tag์ ๋์ผํ์ง๋ง ์นํ์ค์ ์ค์ํ๊ณ ์ ํ๋ค๋ฉด strong๋ฅผ ์ฌ์ฉํ๋ ๊ฒ์ด ๋ฐ๋์งํ๋ค.
<strong>strong.</strong>
โข i
- Italic์ฒด๋ฅผ ์ง์ ํ๋ค.
- ์๋ฏธ๋ก ์ (Semantic) ์ค์์ฑ์ ์๋ฏธ๋ ์๋ค.
<i>italic.</i>
โฃ em
- emphasized(๊ฐ์กฐ, ์ค์ํ) text๋ฅผ ์ง์ ํ๋ค.
- i tag์ ๋์ผํ๊ฒ Italic์ฒด๋ก ํํ๋๋ค.
- ์๋ฏธ๋ก ์ (Semantic) ์ค์์ฑ์ ์๋ฏธ๋ฅผ ๊ฐ๋๋ค.
<em>emphasized.</em>
โค small
- small text๋ฅผ ์ง์ ํ๋ค.
<h2>HTML <small>Small</small> Formatting</h2>
โฅ mark
- highlighted text๋ฅผ ์ง์ ํ๋ค.
<h2>HTML <mark>Marked</mark> Formatting</h2>
โฆ del
- deleted (removed) text๋ฅผ ์ง์ ํ๋ค.
<p>My name is <del>junyeong</del> hello.</p>
โง ins
- inserted (added) text๋ฅผ ์ง์ ํ๋ค.
<p>My my <ins>name</ins> is junyeong.</p>
โจ sub / sup
- sub ํ๊ทธ๋ subscripted(์๋์ ์ฐ์ธ) text๋ฅผ
- sup ํ๊ทธ๋ superscripted(์์ ์ฐ์ธ) text๋ฅผ ์ง์ ํ๋ค.
<p>hello<sub>my</sub> world.</p>
<p>hello<sup>my</sup> world.</p>
๐ฎ ๋ณธ๋ฌธ ํ๊ทธ
โ p
- ๋จ๋ฝ (Paragraphs)์ ์ง์ ํ๋ค.
<p>1๋จ๋ฝ.</p>
<p>2๋จ๋ฝ.</p>
โก br
- ๊ฐ์ ๊ฐํ์ ์ง์ ํ๋ค.
- br tag๋ ๋น ์์(empty element)๋ก ์ข
๋ฃํ๊ทธ๊ฐ ์๋ค.
<p>hello<br>a<br>boy</p>
- HTML์์๋ 1๊ฐ ์ด์์ ์ฐ์๋ ๊ณต๋ฐฑ(space)์ ์ฝ์
ํ์ฌ๋ 1๊ฐ์ ๊ณต๋ฐฑ์ผ๋ก ํ์๋๋ค.
- 1๊ฐ ์ด์์ ์ฐ์๋ ์ค๋ฐ๊ฟ(enter)๋ 1๊ฐ์ ๊ณต๋ฐฑ์ผ๋ก ํ์๋๋ค.
- ์ฐ์์ ๊ณต๋ฐฑ์ ์ฝ์
ํ๋ ๋ฐฉ๋ฒ์
๋ฅผ ์ฌ์ฉํ๋ค.
<p>This is a para graph</p>
โข pre
- ํ์ํ๋(preformatted) text๋ฅผ ์ง์ ํ๋ค. (์ฝ๋๋ฅผ ์ฝ์
ํ ๋ ๋ง์ด ์ฌ์ฉ)
- pre ํ๊ทธ ๋ด์ content๋ ์์ฑ๋ ๊ทธ๋๋ก ๋ธ๋ผ์ฐ์ ์ ํ์๋๋ค.
<pre>
var myArray = [];
console.log(myArray.length); // 0
myArray[1000] = true; // [ , , ... , , true ]
console.log(myArray.length); // 1001
console.log(myArray[0]); // undefined
</pre>
โฃ hr
- ์ํ์ค์ ์ฝ์
ํ๋ค.
<hr>
โค q
- ์งง์ ์ธ์ฉ๋ฌธ(quotation)์ ์ง์ ํ๋ค.
- ๋ธ๋ผ์ฐ์ ๋ ์ธ์ฉ๋ถํธ(ํฐ๋ฐ์ดํ/quotation marks)๋ก q ์์๋ฅผ ๊ฐ์ผ๋ค.
<p> Well done is better than well said. (Benjamin Franklin) </q></p>
โฅ blockquote
- ๊ธด ์ธ์ฉ๋ฌธ ๋ธ๋ก์ ์ง์ ํ๋ค.
- ๋ธ๋ผ์ฐ์ ๋ blockquote ์์๋ฅผ ๋ค์ฌ์ฐ๊ธฐํ๋ค.
- css๋ฅผ ์ด์ฉํ์ฌ ๋ค์ํ style์ ์ ์ฉํ ์ ์๋ค.
<blockquote>
<p>It is the working man who is the happy man. It is the idle man who is the miserable man. (Benjamin Franklin) </p>
</blockquote>
์ฐธ๊ณ ๐
mozilla
poiemaweb