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
Share Link
reply
๋ฐ˜์‘ํ˜•
ยซ   2024/11   ยป
์ผ ์›” ํ™” ์ˆ˜ ๋ชฉ ๊ธˆ ํ† 
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30