\documentclass{article}
\usepackage{graphicx}
\begin{document}
\tableofcontents
\listoffigures
\listoftables
\clearpage
\section{Exploring the page layout}
In this section we will study the layout of pages.
\section{Some filler text}
they thousands of times faster, they can fit on your desk, on your lap, or even
in your pocket.Computers are machines that perform tasks or calculations
according to a set of
instructions, or programs.The first fully electronic computers, introduced in
the 1940s, were huge machines that required teams of people to operate.
Compared to those early machines, today's computers are amazing. Not only are
they thousands of times faster, they can fit on your desk, on your lap, or even
in your pocket.
\begin{figure}
\centering
\includegraphics[scale=0.45]{yellow.png}
\caption{Yellow}
\end{figure}
\section{Dummy Title}
More dummy text will follow.
\subsection{Vegetables}
Computers are machines that perform tasks or calculations according to a set of
instructions, or programs.The first fully electronic computers, introduced in
\end{document}