latex tabular
begin{tabular}{ l | c | r }
  hline			
  1 & 2 & 3 \
  4 & 5 & 6 \
  7 & 8 & 9 \
  hline  
end{tabular}latex tabular
begin{tabular}{ l | c | r }
  hline			
  1 & 2 & 3 \
  4 & 5 & 6 \
  7 & 8 & 9 \
  hline  
end{tabular}table in latex
begin{tabular}{ |p{3cm}||p{3cm}|p{3cm}|p{3cm}|  }
 hline
 multicolumn{4}{|c|}{Country List} \
 hline
 Country Name     or Area Name& ISO ALPHA 2 Code &ISO ALPHA 3 Code&ISO numeric Code\
 hline
 Afghanistan   & AF    &AFG&   004\
 Aland Islands&   AX  & ALA   &248\
 Albania &AL & ALB&  008\
 Algeria    &DZ & DZA&  012\
 American Samoa&   AS  & ASM&016\
 Andorra& AD  & AND   &020\
 Angola& AO  & AGO&024\
 hline
end{tabular}insert table latex
%...
begin{sidewaystable}[h!] % <--
  begin{center}
  caption{Landscape table.}
  label{tab:table1}
  begin{tabular}{l|S|r}
  	toprule
  	textbf{Value 1} & textbf{Value 2} & textbf{Value 3}\
  	$alpha$ & $beta$ & $gamma$ \
    midrule
    1 & 1110.1 & a\
    2 & 10.1 & b\
    3 & 23.113231 & c\
    bottomrule
  end{tabular}
  end{center}
end{sidewaystable}
%...making simple table in latex
begin{tabularx}{0.8textwidth} { 
  | >{raggedrightarraybackslash}X 
  | >{centeringarraybackslash}X 
  | >{raggedleftarraybackslash}X | }
 hline
 item 11 & item 12 & item 13 \
 hline
 item 21  & item 22  & item 23  \
hline
end{tabularx}table generator latex
begin{table}[]
resizebox{15cm}{!}{%
begin{tabular}{|l|l|l|l|l|}
hline
# & Element & Interaction & Description & STRIDE \ hline
1 & User browser & begin{tabular}[c]{@{}l@{}}User sends login details to \ Single-Sign-On serverend{tabular} & begin{tabular}[c]{@{}l@{}}One could potentially steal someone's \ login details and use this to login. \ There is no additional authentication \ step taken in this process.end{tabular} & S \ hline
2 &  &  &  &  \ hline
3 &  &  &  &  \ hline
4 &  &  &  &  \ hline
5 &  &  &  &  \ hline
6 &  &  &  &  \ hline
7 &  &  &  &  \ hline
8 &  &  &  &  \ hline
9 &  &  &  &  \ hline
10 &  &  &  &  \ hline
11 &  &  &  &  \ hline
12 &  &  &  &  \ hline
end{tabular}%
}
end{table}Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us
