Hi All,
\documentclass{article}
\author{Sajeev}
\title{Latex Tutorial}
\date{18 Nov 2016}
\begin{document}
\maketitle
Wecome to Latex
\break
This will be printed in next line
\newpage
Page 2 is starting
\end{document}
\documentclass{article}
\author{Sajeev}
\title{Latex Tutorial}
\date{18 Nov 2016}
\begin{document}
\maketitle
Wecome to Latex
\break
This will be printed in next line
\newpage
Page 2 is starting
\end{document}