View
๋ฐ์ํ
๐ก ์๋งจํฑ ํ๊ทธ
๐ก ๊ธฐ๋ณธ ํ๊ทธ ์ ๋ฆฌ
1๏ธโฃ ๋ชฉ๋ก ํ๊ทธ๋ค
์์ ์๋ ๋ชฉ๋ก
<ul> <ol type="A" start="5">ํญ๋ชฉ1</ol> <ol>ํญ๋ชฉ2</ol> </ul>
์์ ์๋ ๋ชฉ๋ก
<ul> <li>ํญ๋ชฉ1</li> <li>ํญ๋ชฉ2</li> </ul>
์ค๋ช ๋ชฉ๋ก
<dl> <dt>์ด๋ฆ</dt> <dd>๊ฐ</dd> </dl>
2๏ธโฃ ํ ๋ง๋ค๊ธฐ
<table>
<tr>
<th>Person 1</th>
<th>Person 2</th>
<th>Person 3</th>
</tr>
<tr>
<td>Emil</td>
<td>Tobias</td>
<td>Linus</td>
</tr>
<tr>
<td>16</td>
<td>14</td>
<td>10</td>
</tr>
</table>
<td colspan="2">Sum: $180</td> -> ์ด ํฉ์นฉ
<td rowspan="2">$50</td> -> ํ ํฉ์นจ
์ ์ฌ์ง์ ์ด์ ํฉ์น ํ์ ๋ชจ์ต
3๏ธโฃ ์ด๋ฏธ์ง ์ฝ์
<img src="img_girl.jpg" alt="Girl in a jacket" width="500" height="600">
๋ฐ์ํ
'Web > HTML' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[BootStrap v5.0] ๊ทธ๋ฆฌ๋ ์์คํ (0) | 2022.09.18 |
---|---|
[HTML] aํ๊ทธ์ ์์ฑ (0) | 2022.09.17 |
[HTML] Formํ๊ทธ (0) | 2022.09.17 |
reply