scope="col"과 scope="row" 질문요.
갈매빛
2023.04.01
table summary=Internet Explorer 사용자 비율이 80%로써 압도적으로 높다. border=1
caption브라우저 이용자비율/caption
thead
tr
th scope=col구분/th
th scope=col버전/th
th scope=col사용자비율/th
/tr
/thead
tbody
tr
th scope=rowInternet Explorer/th
tdV7.0.5730.11/td
td80%/td
/tr
tr
th scope=rowMozilla Firefox/th
tdV3.0.4/td
td8%/td
/tr
tr
th scope=rowOpera/th
tdV9.62/td
td2%/td
/tr
tr
th scope=rowChrome/th
tdV0.2.149.30 Beta/td
td10%/td
/tr
/tbody
/table
위 코드 보시면 th 에 scope=col과 scope=row가 있는데요,
이거 왜 col과 row로 따로 따로 해 놓은건지 이해가 잘 안갑니다.
자세히 알고 계신분 도움을 ㅜ.ㅜ