Table: booktabs template

\\begin{table}[!t]
\\small
\\centering
\\begin{tabular}{lc p{0.3\\linewidth}}
\\toprule
Head1 & Head2 & Head3 \\\\
\\midrule
x & x & x \\\\
\\bottomrule
\\end{tabular}
\\caption{...}
\\label{tab:xxx}
\\end{table}

Citation: for citing a website

@misc{label,
    title = {Website Title},
    url = {<http://website-url.com>},
    author = {Author Name},
    year = {Year Published},
    note = {Accessed on Month Day, Year}
}