2024/01/16 웹접근성 수정

This commit is contained in:
ITN_디자인팀 2024-01-16 10:54:34 +09:00
parent 857387d90f
commit 943f3c220e

View File

@ -495,15 +495,17 @@
<div class="cont_body"> <div class="cont_body">
<div class="pop_tb_type01" style="overflow:visible;"> <div class="pop_tb_type01" style="overflow:visible;">
<table> <table>
<caption>교육문의 - 문의내용 입력</caption>
<thead> <thead>
<tr> <tr>
<th>문의내용</th> <th scope="col">문의내용</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td> <td>
<textarea type="text" id="qnaCn" name="qnaCn" style="height: 220px;width: 100%;"></textarea> <label for="qnaCn" class="label">교육문의 작성하기</label>
<textarea type="text" id="qnaCn" name="qnaCn" style="height: 220px;width: 100%;" title="교육문의 작성"></textarea>
</td> </td>
</tr> </tr>
</tbody> </tbody>