Commit 4e92bdfd6abca8e2d1129280f50a2bdc38efd3c8
1 parent
551b8edf
Exists in
master
colocacao de borda na tabela
Showing
1 changed file
with
9 additions
and
2 deletions
Show diff stats
WebContent/WEB-INF/jsp/questionario/questionario.jsp
@@ -6,12 +6,19 @@ | @@ -6,12 +6,19 @@ | ||
6 | 6 | ||
7 | <head> | 7 | <head> |
8 | <title>Relatório Circunstanciado de Acessibilidade Digital</title> | 8 | <title>Relatório Circunstanciado de Acessibilidade Digital</title> |
9 | + | ||
10 | +<style> | ||
11 | +table, th, td { | ||
12 | + border: 1px solid black; | ||
13 | +} | ||
14 | +</style> | ||
15 | + | ||
16 | + | ||
9 | </head> | 17 | </head> |
10 | <body> | 18 | <body> |
11 | 19 | ||
12 | 20 | ||
13 | - <form action="${pageContext.request.contextPath}/salvar-questionario" | ||
14 | - method="post" enctype="multipart/form-data"> | 21 | + <form action="${pageContext.request.contextPath}/salvar-questionario" method="post" enctype="multipart/form-data"> |
15 | 22 | ||
16 | <fieldset> | 23 | <fieldset> |
17 | <legend>Questionário</legend> | 24 | <legend>Questionário</legend> |