Published 2023. 6. 20. 16:20
반응형

이 포스팅은 메모를 위한 포스팅이므로 별도의 설명은 하지 않겠습니다 

 

<%@ page language="java" contentType="text/html; charset=EUC-KR" pageEncoding="EUC-KR" %>

<%
	response.setHeader("Content-Disposition", "attachment:filename=list.hwp; charset=EUC-KR");
    response.setHeader("Content-Description", "JSP Generated Data");
%>

<style type="text/css">
	th, td {font-size: 9pt; padding:5px 3px; text-align: center;}
    th {font-weight:bold;}
    p {text-indent: -1em; margin-left: 1em;}
</style>


<thead>
	<tr style="border-top : 1px solid black;">
    	<th rowspan="3" bgcolor="#f4f4f4" align="center">질문항목</th>
    </tr>
</thead>
반응형
복사했습니다!