반응형
이 포스팅은 메모를 위한 포스팅이므로 별도의 설명은 하지 않겠습니다
<%@ 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>
반응형
'Developer > Java' 카테고리의 다른 글
[java]프로그래머스-3진법 뒤집기 (0) | 2023.06.09 |
---|---|
[java]프로그래머스-포캣몬 (0) | 2023.05.24 |
[java]프로그래머스-삼각형의 완성조건 (1) (0) | 2023.05.24 |
[java]프로그래머스-부족한 금액 (0) | 2023.05.17 |
[java]함수형 인터페이스 (0) | 2023.01.04 |