How to position this Text below the Table?

2

Using this LaTeX code:

\begin{table}[!htb]
\centering
\caption{My caption}
\label{my-label}
\begin{tabular}{|l|l|}
\hline
\multicolumn{2}{|c|}{\textbf{UC-Responder Atividade}}                                                                                                                                                                              \ \hline
\textbf{Objetivo}        & \textbf{Permitir que o usuário responda as atividades criadas.}                                                                                                                                         \ \hline
\textbf{Requisitos}      & \textbf{Estar participando de grupo .}                                                                                                                                                                  \ \hline
\textbf{Atores}          & \textbf{Aluno.}                                                                                                                                                                                         \ \hline
\textbf{Pré-Condições}   & \textbf{Estar presente em um grupo.}                                                                                                                                                                    \ \hline
\textbf{Fluxo Principal} & \textbf{\begin{tabular}[c]{@{}l@{}}A) O usuário clica sobre o nome da atividade.\ B) O usuário responde a atividade.\ C) O usuário clica no botão (enviar).\ D) Caso de Uso encerrado.\end{tabular}} \ \hline
\textbf{Pós-Condições}   & \textbf{Atividade respondida e cadastrada}                                                                                                                                                              \ \hline
\end{tabular}
\end{table}

But there is always a part of the text below the table, where this text should be below all the tables.

How do I solve this problem?

    
asked by anonymous 20.06.2018 / 15:36

0 answers