<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Tables on SITE</title>
    <link>https://hugo-test-pro-8.pages.dev/ko/tags/tables/</link>
    <description>Recent content in Tables on SITE — SITE</description>
    <image>
      <title>SITE</title>
      <url>https://hugo-test-pro-8.pages.dev/social.png</url>
      <link>https://hugo-test-pro-8.pages.dev/social.png</link>
    </image>
    <generator>Hugo -- 0.147.7</generator>
    <language>ko-KR</language>
    <atom:link href="https://hugo-test-pro-8.pages.dev/ko/tags/tables/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>표</title>
      <link>https://hugo-test-pro-8.pages.dev/ko/blog/lab/30-components/tables/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 &#43;0000</pubDate>
      <guid>https://hugo-test-pro-8.pages.dev/ko/blog/lab/30-components/tables/</guid>
      <description>&lt;h1 id=&#34;tables&#34;&gt;tables&lt;/h1&gt;
&lt;h2 id=&#34;테스트-목적&#34;&gt;테스트 목적&lt;/h2&gt;
&lt;p&gt;표는 정보 비교에 강하지만, 화면이 좁아지면 가장 쉽게 깨집니다. 표 자체보다 &lt;strong&gt;가독성과 줄바꿈&lt;/strong&gt;을 함께 확인합니다.&lt;/p&gt;
&lt;h2 id=&#34;예시&#34;&gt;예시&lt;/h2&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;항목&lt;/th&gt;
          &lt;th&gt;설명&lt;/th&gt;
          &lt;th&gt;확인&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;row 1&lt;/td&gt;
          &lt;td&gt;짧은 값&lt;/td&gt;
          &lt;td&gt;문제가 없는가&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;row 2&lt;/td&gt;
          &lt;td&gt;긴 설명이 들어가는 값&lt;/td&gt;
          &lt;td&gt;줄바꿈이 자연스러운가&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;row 3&lt;/td&gt;
          &lt;td&gt;taxonomy / navigation&lt;/td&gt;
          &lt;td&gt;폭이 과하지 않은가&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;확인-항목&#34;&gt;확인 항목&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;헤더가 분명한가&lt;/li&gt;
&lt;li&gt;셀 간 간격이 충분한가&lt;/li&gt;
&lt;li&gt;모바일에서 가로 스크롤이 필요하면 안내가 있는가&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
  </channel>
</rss>