md - Table

just develop it!·2024년 11월 17일

구성을 외워두자

  • 테이블 > 티알 > 티에이치스콥은콜 또는 티디
 <table>
    <tr>
      <th scope="col">이름</td>
      <th scope="col">나이</td>
      <th scope="col">성별</td>
    </tr>
    <tr>
      <td>이시도로</td>
      <td>77</td>
      <td></td>
    </tr>
    <tr>
      <td>루카</td>
      <td>77</td>
      <td></td>
    </tr>
  </table>
이름 나이 성별
이시도로 77
루카 77
profile
안티프래질!

1개의 댓글