nslay, either you, or possibly iago's LaTeX interpreter, are a little off on LaTeX syntax, apparently.
[latex]
% Let's write an 'article' with formatting predetermined by 'document engineers.'
\documentclass{article}
\usepackage{float}
\title{Bubble Gum}
\author{nslay}
\begin{document}
\maketitle
\date{}
\section{Introduction}
% Comment
Robots are cool. Everyone loves robots.
This is the next paragraph. It is indented for you. White space doesn't mean anything.
\subsection{Special Introduction Stuff}
Only talking robots are really cool.
\begin{table}[H]
\centering
\begin{tabular}{|c|c|}
\hline
Talking & Non-Talking \\
\hline
2.3 & 1.9 \\
\hline
\end{tabular}
\caption{Table of Robot Coolness Factor}
\end{table}
\end{document}
[/latex]